Html Css Color HEX #CE66FD Heliotrope

📋 copy color: '#CE66FD'

red 206 ◦ green 102 ◦ blue 253

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

Shades of Heliotrope #CE66FD

Tints of Heliotrope #CE66FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.18%

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

R = 36.72%
G = 18.18%
B = 45.1%

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

#CE66FD (or 0xCE66FD) is known color: Heliotrope. HEX triplet: CE, 66 and FD. RGB value is (206,102,253). Sum of RGB (Red+Green+Blue) = 206+102+253=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE66FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE66FD is #319902. Grayscale: #959595. Windows color (decimal): -3250435 or 16606926. OLE color: 16606926.

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

Color convert

RGB 206 102 253 -
CMYK 0.19 0.60 0 0.01
HSL 281.32º 0.97% 0.7% -
HSV(B) 281.32º 0.6% 0.99% -
XYZ 47.93 29.72 96.14 -
YUV 150.31 185.96 167.72 -
System Red Green Blue C M Y K H S L
Decimal 206 102 253 0.19 0.60 0 0.01 281.32 0.97 0.7
Hex CE 66 FD 13 3C 0 1 119 61 46
Octal 316 146 375 23 74 0 1 431 141 106
Binary 11001110 1100110 11111101 10011 111100 0 1 100011001 1100001 1000110

Color Harmonies of #CE66FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE66FD

Black with #CE66FD

Text Example


Text Example

White with #CE66FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE66FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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