Html Css Color HEX #CB78ED Heliotrope

📋 copy color: '#CB78ED'

red 203 ◦ green 120 ◦ blue 237

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

Shades of Heliotrope #CB78ED

Tints of Heliotrope #CB78ED

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.43%

 BLUE value IS 237 (92.97% from 255) = 42.32%

R = 36.25%
G = 21.43%
B = 42.32%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB78ED (or 0xCB78ED) is known color: Heliotrope. HEX triplet: CB, 78 and ED. RGB value is (203,120,237). Sum of RGB (Red+Green+Blue) = 203+120+237=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB78ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB78ED is #348712. Grayscale: #9D9D9D. Windows color (decimal): -3442451 or 15562955. OLE color: 15562955.

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

Color convert

RGB 203 120 237 -
CMYK 0.14 0.49 0 0.07
HSL 282.56º 0.76% 0.7% -
HSV(B) 282.56º 0.49% 0.93% -
XYZ 46.63 32.24 83.89 -
YUV 158.16 172.5 159.99 -
System Red Green Blue C M Y K H S L
Decimal 203 120 237 0.14 0.49 0 0.07 282.56 0.76 0.7
Hex CB 78 ED E 31 0 7 11B 4C 46
Octal 313 170 355 16 61 0 7 433 114 106
Binary 11001011 1111000 11101101 1110 110001 0 111 100011011 1001100 1000110

Color Harmonies of #CB78ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB78ED

Black with #CB78ED

Text Example


Text Example

White with #CB78ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB78ED; }

 p { color: rgb(203,120,237); }

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

background-color css

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

 a { background-color: rgb(203,120,237); }

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

border-color css

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

 span { border-color: rgb(203,120,237); }

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