Html Css Color HEX #CE64F9 Heliotrope

📋 copy color: '#CE64F9'

red 206 ◦ green 100 ◦ blue 249

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

Shades of Heliotrope #CE64F9

Tints of Heliotrope #CE64F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.86%

R = 37.12%
G = 18.02%
B = 44.86%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE64F9 (or 0xCE64F9) is known color: Heliotrope. HEX triplet: CE, 64 and F9. RGB value is (206,100,249). Sum of RGB (Red+Green+Blue) = 206+100+249=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 100 (39.45% from 255 or 18.02% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE64F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE64F9 is #319B06. Grayscale: #949494. Windows color (decimal): -3250951 or 16344270. OLE color: 16344270.

HSL color Cylindrical-coordinate representation of color #CE64F9: hue angle of 282.68º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE64F9 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 100 249 -
CMYK 0.17 0.60 0 0.02
HSL 282.68º 0.93% 0.68% -
HSV(B) 282.68º 0.6% 0.98% -
XYZ 47.11 29.08 92.75 -
YUV 148.68 184.62 168.88 -
System Red Green Blue C M Y K H S L
Decimal 206 100 249 0.17 0.60 0 0.02 282.68 0.93 0.68
Hex CE 64 F9 11 3C 0 2 11B 5D 44
Octal 316 144 371 21 74 0 2 433 135 104
Binary 11001110 1100100 11111001 10001 111100 0 10 100011011 1011101 1000100

Color Harmonies of #CE64F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64F9

Black with #CE64F9

Text Example


Text Example

White with #CE64F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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