Html Css Color HEX #CE64EB Heliotrope

📋 copy color: '#CE64EB'

red 206 ◦ green 100 ◦ blue 235

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

Shades of Heliotrope #CE64EB

Tints of Heliotrope #CE64EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.44%

R = 38.08%
G = 18.48%
B = 43.44%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE64EB (or 0xCE64EB) is known color: Heliotrope. HEX triplet: CE, 64 and EB. RGB value is (206,100,235). Sum of RGB (Red+Green+Blue) = 206+100+235=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 100 (39.45% from 255 or 18.48% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE64EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE64EB is #319B14. Grayscale: #929292. Windows color (decimal): -3250965 or 15426766. OLE color: 15426766.

HSL color Cylindrical-coordinate representation of color #CE64EB: hue angle of 287.11º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE64EB is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 100 235 -
CMYK 0.12 0.57 0 0.08
HSL 287.11º 0.77% 0.66% -
HSV(B) 287.11º 0.57% 0.92% -
XYZ 45.01 28.23 81.67 -
YUV 147.08 177.62 170.02 -
System Red Green Blue C M Y K H S L
Decimal 206 100 235 0.12 0.57 0 0.08 287.11 0.77 0.66
Hex CE 64 EB C 39 0 8 11F 4D 42
Octal 316 144 353 14 71 0 10 437 115 102
Binary 11001110 1100100 11101011 1100 111001 0 1000 100011111 1001101 1000010

Color Harmonies of #CE64EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64EB

Black with #CE64EB

Text Example


Text Example

White with #CE64EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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