Html Css Color HEX #CB6BFB Heliotrope

📋 copy color: '#CB6BFB'

red 203 ◦ green 107 ◦ blue 251

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

Shades of Heliotrope #CB6BFB

Tints of Heliotrope #CB6BFB

RGB

 RED value IS 203 (79.69% from 255) = 36.19%

 GREEN value IS 107 (42.19% from 255) = 19.07%

 BLUE value IS 251 (98.44% from 255) = 44.74%

R = 36.19%
G = 19.07%
B = 44.74%

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

#CB6BFB (or 0xCB6BFB) is known color: Heliotrope. HEX triplet: CB, 6B and FB. RGB value is (203,107,251). Sum of RGB (Red+Green+Blue) = 203+107+251=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB6BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6BFB is #349404. Grayscale: #979797. Windows color (decimal): -3445765 or 16477131. OLE color: 16477131.

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

Color convert

RGB 203 107 251 -
CMYK 0.19 0.57 0 0.02
HSL 280º 0.95% 0.7% -
HSV(B) 280º 0.57% 0.98% -
XYZ 47.3 30.18 94.6 -
YUV 152.12 183.8 164.29 -
System Red Green Blue C M Y K H S L
Decimal 203 107 251 0.19 0.57 0 0.02 280 0.95 0.7
Hex CB 6B FB 13 39 0 2 118 5F 46
Octal 313 153 373 23 71 0 2 430 137 106
Binary 11001011 1101011 11111011 10011 111001 0 10 100011000 1011111 1000110

Color Harmonies of #CB6BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6BFB

Black with #CB6BFB

Text Example


Text Example

White with #CB6BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6BFB; }

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

 H1.HeaderClassName
 {
   color: #CB6BFB;
 }
 .AnyTagClassName
 {
   color: #CB6BFB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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