Html Css Color HEX #CE74EF Heliotrope

📋 copy color: '#CE74EF'

red 206 ◦ green 116 ◦ blue 239

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

Shades of Heliotrope #CE74EF

Tints of Heliotrope #CE74EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.68%

 BLUE value IS 239 (93.75% from 255) = 42.6%

R = 36.72%
G = 20.68%
B = 42.6%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE74EF (or 0xCE74EF) is known color: Heliotrope. HEX triplet: CE, 74 and EF. RGB value is (206,116,239). Sum of RGB (Red+Green+Blue) = 206+116+239=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE74EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE74EF is #318B10. Grayscale: #9C9C9C. Windows color (decimal): -3246865 or 15693006. OLE color: 15693006.

HSL color Cylindrical-coordinate representation of color #CE74EF: hue angle of 283.9º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE74EF is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 116 239 -
CMYK 0.14 0.51 0 0.06
HSL 283.9º 0.79% 0.7% -
HSV(B) 283.9º 0.51% 0.94% -
XYZ 47.28 31.84 85.32 -
YUV 156.93 174.32 163 -
System Red Green Blue C M Y K H S L
Decimal 206 116 239 0.14 0.51 0 0.06 283.9 0.79 0.7
Hex CE 74 EF E 33 0 6 11C 4F 46
Octal 316 164 357 16 63 0 6 434 117 106
Binary 11001110 1110100 11101111 1110 110011 0 110 100011100 1001111 1000110

Color Harmonies of #CE74EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE74EF

Black with #CE74EF

Text Example


Text Example

White with #CE74EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE74EF; }

 p { color: rgb(206,116,239); }

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

background-color css

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

 a { background-color: rgb(206,116,239); }

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

border-color css

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

 span { border-color: rgb(206,116,239); }

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