Html Css Color HEX #CE64ED Heliotrope

📋 copy color: '#CE64ED'

red 206 ◦ green 100 ◦ blue 237

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

Shades of Heliotrope #CE64ED

Tints of Heliotrope #CE64ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 37.94%
G = 18.42%
B = 43.65%

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

#CE64ED (or 0xCE64ED) is known color: Heliotrope. HEX triplet: CE, 64 and ED. RGB value is (206,100,237). Sum of RGB (Red+Green+Blue) = 206+100+237=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE64ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE64ED is #319B12. Grayscale: #929292. Windows color (decimal): -3250963 or 15557838. OLE color: 15557838.

HSL color Cylindrical-coordinate representation of color #CE64ED: hue angle of 286.42º degrees, saturation: 0.79, 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 #CE64ED is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 100 237 -
CMYK 0.13 0.58 0 0.07
HSL 286.42º 0.79% 0.66% -
HSV(B) 286.42º 0.58% 0.93% -
XYZ 45.3 28.35 83.21 -
YUV 147.31 178.62 169.86 -
System Red Green Blue C M Y K H S L
Decimal 206 100 237 0.13 0.58 0 0.07 286.42 0.79 0.66
Hex CE 64 ED D 3A 0 7 11E 4F 42
Octal 316 144 355 15 72 0 7 436 117 102
Binary 11001110 1100100 11101101 1101 111010 0 111 100011110 1001111 1000010

Color Harmonies of #CE64ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64ED

Black with #CE64ED

Text Example


Text Example

White with #CE64ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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