Html Css Color HEX #CE64EE Heliotrope

📋 copy color: '#CE64EE'

red 206 ◦ green 100 ◦ blue 238

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

Shades of Heliotrope #CE64EE

Tints of Heliotrope #CE64EE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.38%

 BLUE value IS 238 (93.36% from 255) = 43.75%

R = 37.87%
G = 18.38%
B = 43.75%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE64EE (or 0xCE64EE) is known color: Heliotrope. HEX triplet: CE, 64 and EE. RGB value is (206,100,238). Sum of RGB (Red+Green+Blue) = 206+100+238=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 100 (39.45% from 255 or 18.38% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE64EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE64EE is #319B11. Grayscale: #929292. Windows color (decimal): -3250962 or 15623374. OLE color: 15623374.

HSL color Cylindrical-coordinate representation of color #CE64EE: hue angle of 286.09º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE64EE is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 100 238 -
CMYK 0.13 0.58 0 0.07
HSL 286.09º 0.8% 0.66% -
HSV(B) 286.09º 0.58% 0.93% -
XYZ 45.44 28.41 83.98 -
YUV 147.43 179.12 169.78 -
System Red Green Blue C M Y K H S L
Decimal 206 100 238 0.13 0.58 0 0.07 286.09 0.8 0.66
Hex CE 64 EE D 3A 0 7 11E 50 42
Octal 316 144 356 15 72 0 7 436 120 102
Binary 11001110 1100100 11101110 1101 111010 0 111 100011110 1010000 1000010

Color Harmonies of #CE64EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64EE

Black with #CE64EE

Text Example


Text Example

White with #CE64EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64EE; }

 p { color: rgb(206,100,238); }

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

background-color css

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

 a { background-color: rgb(206,100,238); }

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

border-color css

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

 span { border-color: rgb(206,100,238); }

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