Html Css Color HEX #CE6AFD Heliotrope

📋 copy color: '#CE6AFD'

red 206 ◦ green 106 ◦ blue 253

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

Shades of Heliotrope #CE6AFD

Tints of Heliotrope #CE6AFD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.76%

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

R = 36.46%
G = 18.76%
B = 44.78%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE6AFD (or 0xCE6AFD) is known color: Heliotrope. HEX triplet: CE, 6A and FD. RGB value is (206,106,253). Sum of RGB (Red+Green+Blue) = 206+106+253=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE6AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6AFD is #319502. Grayscale: #989898. Windows color (decimal): -3249411 or 16607950. OLE color: 16607950.

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

Color convert

RGB 206 106 253 -
CMYK 0.19 0.58 0 0.01
HSL 280.82º 0.97% 0.7% -
HSV(B) 280.82º 0.58% 0.99% -
XYZ 48.34 30.52 96.27 -
YUV 152.66 184.63 166.05 -
System Red Green Blue C M Y K H S L
Decimal 206 106 253 0.19 0.58 0 0.01 280.82 0.97 0.7
Hex CE 6A FD 13 3A 0 1 119 61 46
Octal 316 152 375 23 72 0 1 431 141 106
Binary 11001110 1101010 11111101 10011 111010 0 1 100011001 1100001 1000110

Color Harmonies of #CE6AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6AFD

Black with #CE6AFD

Text Example


Text Example

White with #CE6AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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