Html Css Color HEX #CE7FEC Heliotrope

📋 copy color: '#CE7FEC'

red 206 ◦ green 127 ◦ blue 236

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

Shades of Heliotrope #CE7FEC

Tints of Heliotrope #CE7FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 22.32%

 BLUE value IS 236 (92.58% from 255) = 41.48%

R = 36.2%
G = 22.32%
B = 41.48%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE7FEC (or 0xCE7FEC) is known color: Heliotrope. HEX triplet: CE, 7F and EC. RGB value is (206,127,236). Sum of RGB (Red+Green+Blue) = 206+127+236=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE7FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7FEC is #318013. Grayscale: #A2A2A2. Windows color (decimal): -3244052 or 15499214. OLE color: 15499214.

HSL color Cylindrical-coordinate representation of color #CE7FEC: hue angle of 283.49º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE7FEC is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 127 236 -
CMYK 0.13 0.46 0 0.07
HSL 283.49º 0.74% 0.71% -
HSV(B) 283.49º 0.46% 0.93% -
XYZ 48.18 34.36 83.45 -
YUV 163.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 206 127 236 0.13 0.46 0 0.07 283.49 0.74 0.71
Hex CE 7F EC D 2E 0 7 11B 4A 47
Octal 316 177 354 15 56 0 7 433 112 107
Binary 11001110 1111111 11101100 1101 101110 0 111 100011011 1001010 1000111

Color Harmonies of #CE7FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7FEC

Black with #CE7FEC

Text Example


Text Example

White with #CE7FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7FEC; }

 p { color: rgb(206,127,236); }

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

background-color css

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

 a { background-color: rgb(206,127,236); }

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

border-color css

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

 span { border-color: rgb(206,127,236); }

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