Html Css Color HEX #CE60ED Heliotrope

📋 copy color: '#CE60ED'

red 206 ◦ green 96 ◦ blue 237

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

Shades of Heliotrope #CE60ED

Tints of Heliotrope #CE60ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.97%

R = 38.22%
G = 17.81%
B = 43.97%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE60ED (or 0xCE60ED) is known color: Heliotrope. HEX triplet: CE, 60 and ED. RGB value is (206,96,237). Sum of RGB (Red+Green+Blue) = 206+96+237=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 96 (37.89% from 255 or 17.81% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE60ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE60ED is #319F12. Grayscale: #909090. Windows color (decimal): -3251987 or 15556814. OLE color: 15556814.

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

Color convert

RGB 206 96 237 -
CMYK 0.13 0.59 0 0.07
HSL 286.81º 0.8% 0.65% -
HSV(B) 286.81º 0.59% 0.93% -
XYZ 44.92 27.6 83.08 -
YUV 144.96 179.94 171.54 -
System Red Green Blue C M Y K H S L
Decimal 206 96 237 0.13 0.59 0 0.07 286.81 0.8 0.65
Hex CE 60 ED D 3B 0 7 11F 50 41
Octal 316 140 355 15 73 0 7 437 120 101
Binary 11001110 1100000 11101101 1101 111011 0 111 100011111 1010000 1000001

Color Harmonies of #CE60ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE60ED

Black with #CE60ED

Text Example


Text Example

White with #CE60ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE60ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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