Html Css Color HEX #CE60E0 Medium Orchid

📋 copy color: '#CE60E0'

red 206 ◦ green 96 ◦ blue 224

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

Shades of Medium Orchid #CE60E0

Tints of Medium Orchid #CE60E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.59%

R = 39.16%
G = 18.25%
B = 42.59%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE60E0 (or 0xCE60E0) is known color: Medium Orchid. HEX triplet: CE, 60 and E0. RGB value is (206,96,224). Sum of RGB (Red+Green+Blue) = 206+96+224=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE60E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60E0 is #319F1F. Grayscale: #8F8F8F. Windows color (decimal): -3252000 or 14704846. OLE color: 14704846.

HSL color Cylindrical-coordinate representation of color #CE60E0: hue angle of 291.56º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE60E0 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 96 224 -
CMYK 0.08 0.57 0 0.12
HSL 291.56º 0.67% 0.63% -
HSV(B) 291.56º 0.57% 0.88% -
XYZ 43.09 26.87 73.44 -
YUV 143.48 173.44 172.59 -
System Red Green Blue C M Y K H S L
Decimal 206 96 224 0.08 0.57 0 0.12 291.56 0.67 0.63
Hex CE 60 E0 8 39 0 C 124 43 3F
Octal 316 140 340 10 71 0 14 444 103 77
Binary 11001110 1100000 11100000 1000 111001 0 1100 100100100 1000011 111111

Color Harmonies of #CE60E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE60E0

Black with #CE60E0

Text Example


Text Example

White with #CE60E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE60E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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