Html Css Color HEX #CE6DFE Heliotrope

📋 copy color: '#CE6DFE'

red 206 ◦ green 109 ◦ blue 254

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

Shades of Heliotrope #CE6DFE

Tints of Heliotrope #CE6DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.16%

 BLUE value IS 254 (99.61% from 255) = 44.64%

R = 36.2%
G = 19.16%
B = 44.64%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE6DFE (or 0xCE6DFE) is known color: Heliotrope. HEX triplet: CE, 6D and FE. RGB value is (206,109,254). Sum of RGB (Red+Green+Blue) = 206+109+254=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 109 (42.97% from 255 or 19.16% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE6DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6DFE is #319201. Grayscale: #9A9A9A. Windows color (decimal): -3248642 or 16674254. OLE color: 16674254.

HSL color Cylindrical-coordinate representation of color #CE6DFE: hue angle of 280.14º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE6DFE is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 109 254 -
CMYK 0.19 0.57 0 0.00
HSL 280.14º 0.99% 0.71% -
HSV(B) 280.14º 0.57% 1% -
XYZ 48.81 31.21 97.22 -
YUV 154.53 184.14 164.71 -
System Red Green Blue C M Y K H S L
Decimal 206 109 254 0.19 0.57 0 0.00 280.14 0.99 0.71
Hex CE 6D FE 13 39 0 0 118 63 47
Octal 316 155 376 23 71 0 0 430 143 107
Binary 11001110 1101101 11111110 10011 111001 0 0 100011000 1100011 1000111

Color Harmonies of #CE6DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6DFE

Black with #CE6DFE

Text Example


Text Example

White with #CE6DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6DFE; }

 p { color: rgb(206,109,254); }

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

background-color css

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

 a { background-color: rgb(206,109,254); }

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

border-color css

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

 span { border-color: rgb(206,109,254); }

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