Html Css Color HEX #C059EE Medium Orchid

📋 copy color: '#C059EE'

red 192 ◦ green 89 ◦ blue 238

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

Shades of Medium Orchid #C059EE

Tints of Medium Orchid #C059EE

RGB

 RED value IS 192 (75.39% from 255) = 36.99%

 GREEN value IS 89 (35.16% from 255) = 17.15%

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 36.99%
G = 17.15%
B = 45.86%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C059EE (or 0xC059EE) is known color: Medium Orchid. HEX triplet: C0, 59 and EE. RGB value is (192,89,238). Sum of RGB (Red+Green+Blue) = 192+89+238=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #C059EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C059EE is #3FA611. Grayscale: #888888. Windows color (decimal): -4171282 or 15620544. OLE color: 15620544.

HSL color Cylindrical-coordinate representation of color #C059EE: hue angle of 281.48º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C059EE is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 89 238 -
CMYK 0.19 0.63 0 0.07
HSL 281.48º 0.81% 0.64% -
HSV(B) 281.48º 0.63% 0.93% -
XYZ 40.74 24.52 83.48 -
YUV 136.78 185.12 167.38 -
System Red Green Blue C M Y K H S L
Decimal 192 89 238 0.19 0.63 0 0.07 281.48 0.81 0.64
Hex C0 59 EE 13 3F 0 7 119 51 40
Octal 300 131 356 23 77 0 7 431 121 100
Binary 11000000 1011001 11101110 10011 111111 0 111 100011001 1010001 1000000

Color Harmonies of #C059EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C059EE

Black with #C059EE

Text Example


Text Example

White with #C059EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C059EE; }

 p { color: rgb(192,89,238); }

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

background-color css

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

 a { background-color: rgb(192,89,238); }

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

border-color css

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

 span { border-color: rgb(192,89,238); }

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