Html Css Color HEX #CB75EC Heliotrope

📋 copy color: '#CB75EC'

red 203 ◦ green 117 ◦ blue 236

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

Shades of Heliotrope #CB75EC

Tints of Heliotrope #CB75EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.04%

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

R = 36.51%
G = 21.04%
B = 42.45%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB75EC (or 0xCB75EC) is known color: Heliotrope. HEX triplet: CB, 75 and EC. RGB value is (203,117,236). Sum of RGB (Red+Green+Blue) = 203+117+236=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB75EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB75EC is #348A13. Grayscale: #9B9B9B. Windows color (decimal): -3443220 or 15496651. OLE color: 15496651.

HSL color Cylindrical-coordinate representation of color #CB75EC: hue angle of 283.36º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB75EC is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 117 236 -
CMYK 0.14 0.50 0 0.07
HSL 283.36º 0.76% 0.69% -
HSV(B) 283.36º 0.5% 0.93% -
XYZ 46.13 31.48 83 -
YUV 156.28 172.99 161.32 -
System Red Green Blue C M Y K H S L
Decimal 203 117 236 0.14 0.50 0 0.07 283.36 0.76 0.69
Hex CB 75 EC E 32 0 7 11B 4C 45
Octal 313 165 354 16 62 0 7 433 114 105
Binary 11001011 1110101 11101100 1110 110010 0 111 100011011 1001100 1000101

Color Harmonies of #CB75EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB75EC

Black with #CB75EC

Text Example


Text Example

White with #CB75EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB75EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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