Html Css Color HEX #CE76F2 Heliotrope

📋 copy color: '#CE76F2'

red 206 ◦ green 118 ◦ blue 242

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

Shades of Heliotrope #CE76F2

Tints of Heliotrope #CE76F2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.85%

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

R = 36.4%
G = 20.85%
B = 42.76%

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

#CE76F2 (or 0xCE76F2) is known color: Heliotrope. HEX triplet: CE, 76 and F2. RGB value is (206,118,242). Sum of RGB (Red+Green+Blue) = 206+118+242=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 118 (46.48% from 255 or 20.85% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE76F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE76F2 is #31890D. Grayscale: #9E9E9E. Windows color (decimal): -3246350 or 15890126. OLE color: 15890126.

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

Color convert

RGB 206 118 242 -
CMYK 0.15 0.51 0 0.05
HSL 282.58º 0.83% 0.71% -
HSV(B) 282.58º 0.51% 0.95% -
XYZ 47.96 32.49 87.75 -
YUV 158.45 175.15 161.92 -
System Red Green Blue C M Y K H S L
Decimal 206 118 242 0.15 0.51 0 0.05 282.58 0.83 0.71
Hex CE 76 F2 F 33 0 5 11B 53 47
Octal 316 166 362 17 63 0 5 433 123 107
Binary 11001110 1110110 11110010 1111 110011 0 101 100011011 1010011 1000111

Color Harmonies of #CE76F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE76F2

Black with #CE76F2

Text Example


Text Example

White with #CE76F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE76F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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