Html Css Color HEX #CE64FD Heliotrope

📋 copy color: '#CE64FD'

red 206 ◦ green 100 ◦ blue 253

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

Shades of Heliotrope #CE64FD

Tints of Heliotrope #CE64FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 36.85%
G = 17.89%
B = 45.26%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE64FD (or 0xCE64FD) is known color: Heliotrope. HEX triplet: CE, 64 and FD. RGB value is (206,100,253). Sum of RGB (Red+Green+Blue) = 206+100+253=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 100 (39.45% from 255 or 17.89% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE64FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE64FD is #319B02. Grayscale: #949494. Windows color (decimal): -3250947 or 16606414. OLE color: 16606414.

HSL color Cylindrical-coordinate representation of color #CE64FD: hue angle of 281.57º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE64FD is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 100 253 -
CMYK 0.19 0.60 0 0.01
HSL 281.57º 0.97% 0.69% -
HSV(B) 281.57º 0.6% 0.99% -
XYZ 47.74 29.33 96.07 -
YUV 149.14 186.62 168.56 -
System Red Green Blue C M Y K H S L
Decimal 206 100 253 0.19 0.60 0 0.01 281.57 0.97 0.69
Hex CE 64 FD 13 3C 0 1 11A 61 45
Octal 316 144 375 23 74 0 1 432 141 105
Binary 11001110 1100100 11111101 10011 111100 0 1 100011010 1100001 1000101

Color Harmonies of #CE64FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64FD

Black with #CE64FD

Text Example


Text Example

White with #CE64FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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