Html Css Color HEX #CB6FEC Heliotrope

📋 copy color: '#CB6FEC'

red 203 ◦ green 111 ◦ blue 236

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

Shades of Heliotrope #CB6FEC

Tints of Heliotrope #CB6FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.18%

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 36.91%
G = 20.18%
B = 42.91%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB6FEC (or 0xCB6FEC) is known color: Heliotrope. HEX triplet: CB, 6F and EC. RGB value is (203,111,236). Sum of RGB (Red+Green+Blue) = 203+111+236=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB6FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6FEC is #349013. Grayscale: #989898. Windows color (decimal): -3444756 or 15495115. OLE color: 15495115.

HSL color Cylindrical-coordinate representation of color #CB6FEC: hue angle of 284.16º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6FEC is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 111 236 -
CMYK 0.14 0.53 0 0.07
HSL 284.16º 0.77% 0.68% -
HSV(B) 284.16º 0.53% 0.93% -
XYZ 45.45 30.12 82.78 -
YUV 152.76 174.98 163.84 -
System Red Green Blue C M Y K H S L
Decimal 203 111 236 0.14 0.53 0 0.07 284.16 0.77 0.68
Hex CB 6F EC E 35 0 7 11C 4D 44
Octal 313 157 354 16 65 0 7 434 115 104
Binary 11001011 1101111 11101100 1110 110101 0 111 100011100 1001101 1000100

Color Harmonies of #CB6FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6FEC

Black with #CB6FEC

Text Example


Text Example

White with #CB6FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6FEC; }

 p { color: rgb(203,111,236); }

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

background-color css

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

 a { background-color: rgb(203,111,236); }

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

border-color css

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

 span { border-color: rgb(203,111,236); }

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