Html Css Color HEX #CE78F1 Heliotrope

📋 copy color: '#CE78F1'

red 206 ◦ green 120 ◦ blue 241

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

Shades of Heliotrope #CE78F1

Tints of Heliotrope #CE78F1

RGB

 RED value IS 206 (80.86% from 255) = 36.33%

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

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

R = 36.33%
G = 21.16%
B = 42.5%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE78F1 (or 0xCE78F1) is known color: Heliotrope. HEX triplet: CE, 78 and F1. RGB value is (206,120,241). Sum of RGB (Red+Green+Blue) = 206+120+241=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE78F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE78F1 is #31870E. Grayscale: #9F9F9F. Windows color (decimal): -3245839 or 15825102. OLE color: 15825102.

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

Color convert

RGB 206 120 241 -
CMYK 0.15 0.50 0 0.05
HSL 282.64º 0.81% 0.71% -
HSV(B) 282.64º 0.5% 0.95% -
XYZ 48.05 32.91 87.04 -
YUV 159.51 173.99 161.16 -
System Red Green Blue C M Y K H S L
Decimal 206 120 241 0.15 0.50 0 0.05 282.64 0.81 0.71
Hex CE 78 F1 F 32 0 5 11B 51 47
Octal 316 170 361 17 62 0 5 433 121 107
Binary 11001110 1111000 11110001 1111 110010 0 101 100011011 1010001 1000111

Color Harmonies of #CE78F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE78F1

Black with #CE78F1

Text Example


Text Example

White with #CE78F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE78F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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