Html Css Color HEX #C059CE Medium Orchid

📋 copy color: '#C059CE'

red 192 ◦ green 89 ◦ blue 206

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

Shades of Medium Orchid #C059CE

Tints of Medium Orchid #C059CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 39.43%
G = 18.28%
B = 42.3%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C059CE (or 0xC059CE) is known color: Medium Orchid. HEX triplet: C0, 59 and CE. RGB value is (192,89,206). Sum of RGB (Red+Green+Blue) = 192+89+206=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #C059CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059CE is #3FA631. Grayscale: #848484. Windows color (decimal): -4171314 or 13523392. OLE color: 13523392.

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

Color convert

RGB 192 89 206 -
CMYK 0.07 0.57 0 0.19
HSL 292.82º 0.54% 0.58% -
HSV(B) 292.82º 0.57% 0.81% -
XYZ 36.45 22.81 60.87 -
YUV 133.14 169.12 169.99 -
System Red Green Blue C M Y K H S L
Decimal 192 89 206 0.07 0.57 0 0.19 292.82 0.54 0.58
Hex C0 59 CE 7 39 0 13 125 36 3A
Octal 300 131 316 7 71 0 23 445 66 72
Binary 11000000 1011001 11001110 111 111001 0 10011 100100101 110110 111010

Color Harmonies of #C059CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C059CE

Black with #C059CE

Text Example


Text Example

White with #C059CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C059CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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