Html Css Color HEX #CE64EF Heliotrope

📋 copy color: '#CE64EF'

red 206 ◦ green 100 ◦ blue 239

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

Shades of Heliotrope #CE64EF

Tints of Heliotrope #CE64EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.85%

R = 37.8%
G = 18.35%
B = 43.85%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE64EF (or 0xCE64EF) is known color: Heliotrope. HEX triplet: CE, 64 and EF. RGB value is (206,100,239). Sum of RGB (Red+Green+Blue) = 206+100+239=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 100 (39.45% from 255 or 18.35% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE64EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE64EF is #319B10. Grayscale: #939393. Windows color (decimal): -3250961 or 15688910. OLE color: 15688910.

HSL color Cylindrical-coordinate representation of color #CE64EF: hue angle of 285.76º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE64EF is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 100 239 -
CMYK 0.14 0.58 0 0.06
HSL 285.76º 0.81% 0.66% -
HSV(B) 285.76º 0.58% 0.94% -
XYZ 45.59 28.47 84.75 -
YUV 147.54 179.62 169.7 -
System Red Green Blue C M Y K H S L
Decimal 206 100 239 0.14 0.58 0 0.06 285.76 0.81 0.66
Hex CE 64 EF E 3A 0 6 11E 51 42
Octal 316 144 357 16 72 0 6 436 121 102
Binary 11001110 1100100 11101111 1110 111010 0 110 100011110 1010001 1000010

Color Harmonies of #CE64EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64EF

Black with #CE64EF

Text Example


Text Example

White with #CE64EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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