Html Css Color HEX #CB78F2 Heliotrope

📋 copy color: '#CB78F2'

red 203 ◦ green 120 ◦ blue 242

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

Shades of Heliotrope #CB78F2

Tints of Heliotrope #CB78F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.83%

R = 35.93%
G = 21.24%
B = 42.83%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB78F2 (or 0xCB78F2) is known color: Heliotrope. HEX triplet: CB, 78 and F2. RGB value is (203,120,242). Sum of RGB (Red+Green+Blue) = 203+120+242=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB78F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB78F2 is #34870D. Grayscale: #9E9E9E. Windows color (decimal): -3442446 or 15890635. OLE color: 15890635.

HSL color Cylindrical-coordinate representation of color #CB78F2: hue angle of 280.82º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB78F2 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 120 242 -
CMYK 0.16 0.50 0 0.05
HSL 280.82º 0.82% 0.71% -
HSV(B) 280.82º 0.5% 0.95% -
XYZ 47.37 32.54 87.79 -
YUV 158.73 175 159.58 -
System Red Green Blue C M Y K H S L
Decimal 203 120 242 0.16 0.50 0 0.05 280.82 0.82 0.71
Hex CB 78 F2 10 32 0 5 119 52 47
Octal 313 170 362 20 62 0 5 431 122 107
Binary 11001011 1111000 11110010 10000 110010 0 101 100011001 1010010 1000111

Color Harmonies of #CB78F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB78F2

Black with #CB78F2

Text Example


Text Example

White with #CB78F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB78F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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