Html Css Color HEX #CB78F8 Heliotrope

📋 copy color: '#CB78F8'

red 203 ◦ green 120 ◦ blue 248

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

Shades of Heliotrope #CB78F8

Tints of Heliotrope #CB78F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 43.43%

R = 35.55%
G = 21.02%
B = 43.43%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CB78F8 (or 0xCB78F8) is known color: Heliotrope. HEX triplet: CB, 78 and F8. RGB value is (203,120,248). Sum of RGB (Red+Green+Blue) = 203+120+248=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 248 (97.27% from 255 or 43.43% from 571); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB78F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB78F8 is #348707. Grayscale: #9E9E9E. Windows color (decimal): -3442440 or 16283851. OLE color: 16283851.

HSL color Cylindrical-coordinate representation of color #CB78F8: hue angle of 278.91º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB78F8 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 120 248 -
CMYK 0.18 0.52 0 0.03
HSL 278.91º 0.9% 0.72% -
HSV(B) 278.91º 0.52% 0.97% -
XYZ 48.29 32.91 92.61 -
YUV 159.41 178 159.09 -
System Red Green Blue C M Y K H S L
Decimal 203 120 248 0.18 0.52 0 0.03 278.91 0.9 0.72
Hex CB 78 F8 12 34 0 3 117 5A 48
Octal 313 170 370 22 64 0 3 427 132 110
Binary 11001011 1111000 11111000 10010 110100 0 11 100010111 1011010 1001000

Color Harmonies of #CB78F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB78F8

Black with #CB78F8

Text Example


Text Example

White with #CB78F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB78F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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