Html Css Color HEX #CE60EF Heliotrope

📋 copy color: '#CE60EF'

red 206 ◦ green 96 ◦ blue 239

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

Shades of Heliotrope #CE60EF

Tints of Heliotrope #CE60EF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.74%

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

R = 38.08%
G = 17.74%
B = 44.18%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE60EF (or 0xCE60EF) is known color: Heliotrope. HEX triplet: CE, 60 and EF. RGB value is (206,96,239). Sum of RGB (Red+Green+Blue) = 206+96+239=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 96 (37.89% from 255 or 17.74% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE60EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE60EF is #319F10. Grayscale: #909090. Windows color (decimal): -3251985 or 15687886. OLE color: 15687886.

HSL color Cylindrical-coordinate representation of color #CE60EF: hue angle of 286.15º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE60EF is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 96 239 -
CMYK 0.14 0.60 0 0.06
HSL 286.15º 0.82% 0.66% -
HSV(B) 286.15º 0.6% 0.94% -
XYZ 45.22 27.72 84.63 -
YUV 145.19 180.94 171.37 -
System Red Green Blue C M Y K H S L
Decimal 206 96 239 0.14 0.60 0 0.06 286.15 0.82 0.66
Hex CE 60 EF E 3C 0 6 11E 52 42
Octal 316 140 357 16 74 0 6 436 122 102
Binary 11001110 1100000 11101111 1110 111100 0 110 100011110 1010010 1000010

Color Harmonies of #CE60EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE60EF

Black with #CE60EF

Text Example


Text Example

White with #CE60EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE60EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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