Html Css Color HEX #CB78F1 Heliotrope

📋 copy color: '#CB78F1'

red 203 ◦ green 120 ◦ blue 241

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

Shades of Heliotrope #CB78F1

Tints of Heliotrope #CB78F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.73%

R = 35.99%
G = 21.28%
B = 42.73%

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

#CB78F1 (or 0xCB78F1) is known color: Heliotrope. HEX triplet: CB, 78 and F1. RGB value is (203,120,241). Sum of RGB (Red+Green+Blue) = 203+120+241=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB78F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB78F1 is #34870E. Grayscale: #9E9E9E. Windows color (decimal): -3442447 or 15825099. OLE color: 15825099.

HSL color Cylindrical-coordinate representation of color #CB78F1: hue angle of 281.16º degrees, saturation: 0.81, 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 #CB78F1 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 120 241 -
CMYK 0.16 0.50 0 0.05
HSL 281.16º 0.81% 0.71% -
HSV(B) 281.16º 0.5% 0.95% -
XYZ 47.22 32.48 87 -
YUV 158.61 174.5 159.66 -
System Red Green Blue C M Y K H S L
Decimal 203 120 241 0.16 0.50 0 0.05 281.16 0.81 0.71
Hex CB 78 F1 10 32 0 5 119 51 47
Octal 313 170 361 20 62 0 5 431 121 107
Binary 11001011 1111000 11110001 10000 110010 0 101 100011001 1010001 1000111

Color Harmonies of #CB78F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB78F1

Black with #CB78F1

Text Example


Text Example

White with #CB78F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB78F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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