Html Css Color HEX #CE64FA Heliotrope

📋 copy color: '#CE64FA'

red 206 ◦ green 100 ◦ blue 250

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

Shades of Heliotrope #CE64FA

Tints of Heliotrope #CE64FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.96%

R = 37.05%
G = 17.99%
B = 44.96%

CMYK

 C value IS 0.18

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE64FA (or 0xCE64FA) is known color: Heliotrope. HEX triplet: CE, 64 and FA. RGB value is (206,100,250). Sum of RGB (Red+Green+Blue) = 206+100+250=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 100 (39.45% from 255 or 17.99% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE64FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE64FA is #319B05. Grayscale: #949494. Windows color (decimal): -3250950 or 16409806. OLE color: 16409806.

HSL color Cylindrical-coordinate representation of color #CE64FA: hue angle of 282.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE64FA is Cyan = 0.18, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 100 250 -
CMYK 0.18 0.6 0 0.02
HSL 282.4º 0.94% 0.69% -
HSV(B) 282.4º 0.6% 0.98% -
XYZ 47.27 29.14 93.58 -
YUV 148.79 185.12 168.8 -
System Red Green Blue C M Y K H S L
Decimal 206 100 250 0.18 0.6 0 0.02 282.4 0.94 0.69
Hex CE 64 FA 12 3C 0 2 11A 5E 45
Octal 316 144 372 22 74 0 2 432 136 105
Binary 11001110 1100100 11111010 10010 111100 0 10 100011010 1011110 1000101

Color Harmonies of #CE64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64FA

Black with #CE64FA

Text Example


Text Example

White with #CE64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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