#CB71F9

Color #CB71F9 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #CB71F9

Tints of Heliotrope #CB71F9

Color information

#CB71F9 (or 0xCB71F9) is unknown color: approx Heliotrope. HEX triplet: CB, 71 and F9. RGB value is (203,113,249). Sum of RGB (Red+Green+Blue) = 203+113+249=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB71F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB71F9 is #348E06. Grayscale: #9A9A9A. Windows color (decimal): -3444231 or 16347595. OLE color: 16347595.

HSL color Cylindrical-coordinate representation of color #CB71F9: hue angle of 279.71º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB71F9 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203113249-
CMYK0.180.5500.02
HSL279.71º91.89%70.98%-
HSV(B)279.71º54.62%97.65%-
XYZ47.6331.3593.16-
YUV155.41180.82161.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 35.93%
GREEN value IS 113 (44.53% from 255) = 20%
BLUE value IS 249 (97.66% from 255) = 44.07%
R=35.93%
G=20%
B=44.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031132490.180.5500.02279.7191.8970.98
HexCB71F91237021185c47
Octal313161371226702430134107
Binary110010111110001111110011001011011101010001100010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB71F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB71F9; }

 p { color: rgb(203,113,249); }

 H1.HeaderClassName
 {
   color: #CB71F9;
 }
 .AnyTagClassName
 {
   color: #CB71F9;
 }
</style>
background-color css

<style>
 a { background-color: #CB71F9; }

 a { background-color: rgb(203,113,249); }

 div.DivClassName
 {
   background-color: #CB71F9;
 }
 .BgClassName
 {
   background-color: #CB71F9;
 }
</style>
border-color css

<style>
 span { border-color: #CB71F9; }

 span { border-color: rgb(203,113,249); }

 td.TdClassName
 {
   border-color: #CB71F9;
 }
 .TagClassName
 {
   border-color: #CB71F9;
 }
</style>