Html Css Color HEX #CE77F2 Heliotrope

📋 copy color: '#CE77F2'

red 206 ◦ green 119 ◦ blue 242

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

Shades of Heliotrope #CE77F2

Tints of Heliotrope #CE77F2

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.99%

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

R = 36.33%
G = 20.99%
B = 42.68%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE77F2 (or 0xCE77F2) is known color: Heliotrope. HEX triplet: CE, 77 and F2. RGB value is (206,119,242). Sum of RGB (Red+Green+Blue) = 206+119+242=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 119 (46.88% from 255 or 20.99% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE77F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE77F2 is #31880D. Grayscale: #9E9E9E. Windows color (decimal): -3246094 or 15890382. OLE color: 15890382.

HSL color Cylindrical-coordinate representation of color #CE77F2: hue angle of 282.44º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE77F2 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 119 242 -
CMYK 0.15 0.51 0 0.05
HSL 282.44º 0.83% 0.71% -
HSV(B) 282.44º 0.51% 0.95% -
XYZ 48.08 32.73 87.79 -
YUV 159.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 206 119 242 0.15 0.51 0 0.05 282.44 0.83 0.71
Hex CE 77 F2 F 33 0 5 11A 53 47
Octal 316 167 362 17 63 0 5 432 123 107
Binary 11001110 1110111 11110010 1111 110011 0 101 100011010 1010011 1000111

Color Harmonies of #CE77F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE77F2

Black with #CE77F2

Text Example


Text Example

White with #CE77F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE77F2; }

 p { color: rgb(206,119,242); }

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

background-color css

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

 a { background-color: rgb(206,119,242); }

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

border-color css

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

 span { border-color: rgb(206,119,242); }

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