#CB6DFB

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

Shades of Heliotrope #CB6DFB

Tints of Heliotrope #CB6DFB

Color information

#CB6DFB (or 0xCB6DFB) is unknown color: approx Heliotrope. HEX triplet: CB, 6D and FB. RGB value is (203,109,251). Sum of RGB (Red+Green+Blue) = 203+109+251=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 109 (42.97% from 255 or 19.36% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB6DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6DFB is #349204. Grayscale: #989898. Windows color (decimal): -3445253 or 16477643. OLE color: 16477643.

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

Color convert

RGB203109251-
CMYK0.190.5700.02
HSL279.72º94.67%70.59%-
HSV(B)279.72º56.57%98.43%-
XYZ47.5130.694.67-
YUV153.29183.14163.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 109 (42.97% from 255) = 19.36%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=36.06%
G=19.36%
B=44.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031092510.190.5700.02279.7294.6770.59
HexCB6DFB1339021185f47
Octal313155373237102430137107
Binary110010111101101111110111001111100101010001100010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6DFB; }

 p { color: rgb(203,109,251); }

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

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

 a { background-color: rgb(203,109,251); }

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

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

 span { border-color: rgb(203,109,251); }

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