Html Css Color HEX #CE75EF Heliotrope

📋 copy color: '#CE75EF'

red 206 ◦ green 117 ◦ blue 239

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

Shades of Heliotrope #CE75EF

Tints of Heliotrope #CE75EF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.82%

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

R = 36.65%
G = 20.82%
B = 42.53%

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

#CE75EF (or 0xCE75EF) is known color: Heliotrope. HEX triplet: CE, 75 and EF. RGB value is (206,117,239). Sum of RGB (Red+Green+Blue) = 206+117+239=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE75EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE75EF is #318A10. Grayscale: #9D9D9D. Windows color (decimal): -3246609 or 15693262. OLE color: 15693262.

HSL color Cylindrical-coordinate representation of color #CE75EF: hue angle of 283.77º 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 #CE75EF is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 117 239 -
CMYK 0.14 0.51 0 0.06
HSL 283.77º 0.79% 0.7% -
HSV(B) 283.77º 0.51% 0.94% -
XYZ 47.39 32.08 85.35 -
YUV 157.52 173.99 162.58 -
System Red Green Blue C M Y K H S L
Decimal 206 117 239 0.14 0.51 0 0.06 283.77 0.79 0.7
Hex CE 75 EF E 33 0 6 11C 4F 46
Octal 316 165 357 16 63 0 6 434 117 106
Binary 11001110 1110101 11101111 1110 110011 0 110 100011100 1001111 1000110

Color Harmonies of #CE75EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75EF

Black with #CE75EF

Text Example


Text Example

White with #CE75EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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