Html Css Color HEX #CB6DFB Heliotrope

📋 copy color: '#CB6DFB'

red 203 ◦ green 109 ◦ blue 251

#CB6DFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #CB6DFB

Tints of Heliotrope #CB6DFB

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 value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB6DFB (or 0xCB6DFB) is known color: 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

RGB 203 109 251 -
CMYK 0.19 0.57 0 0.02
HSL 279.72º 0.95% 0.71% -
HSV(B) 279.72º 0.57% 0.98% -
XYZ 47.51 30.6 94.67 -
YUV 153.29 183.14 163.45 -
System Red Green Blue C M Y K H S L
Decimal 203 109 251 0.19 0.57 0 0.02 279.72 0.95 0.71
Hex CB 6D FB 13 39 0 2 118 5F 47
Octal 313 155 373 23 71 0 2 430 137 107
Binary 11001011 1101101 11111011 10011 111001 0 10 100011000 1011111 1000111

Color Harmonies of #CB6DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6DFB

Black with #CB6DFB

Text Example


Text Example

White with #CB6DFB

Text Example


Text Example

HTML Codes & Css Web 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>