Html Css Color HEX #C059E1 Medium Orchid

📋 copy color: '#C059E1'

red 192 ◦ green 89 ◦ blue 225

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

Shades of Medium Orchid #C059E1

Tints of Medium Orchid #C059E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.47%

R = 37.94%
G = 17.59%
B = 44.47%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C059E1 (or 0xC059E1) is known color: Medium Orchid. HEX triplet: C0, 59 and E1. RGB value is (192,89,225). Sum of RGB (Red+Green+Blue) = 192+89+225=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 225 - color contains mainly: blue. Hex color #C059E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059E1 is #3FA61E. Grayscale: #868686. Windows color (decimal): -4171295 or 14768576. OLE color: 14768576.

HSL color Cylindrical-coordinate representation of color #C059E1: hue angle of 285.44º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C059E1 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 89 225 -
CMYK 0.15 0.60 0 0.12
HSL 285.44º 0.69% 0.62% -
HSV(B) 285.44º 0.6% 0.88% -
XYZ 38.9 23.79 73.78 -
YUV 135.3 178.62 168.44 -
System Red Green Blue C M Y K H S L
Decimal 192 89 225 0.15 0.60 0 0.12 285.44 0.69 0.62
Hex C0 59 E1 F 3C 0 C 11D 45 3E
Octal 300 131 341 17 74 0 14 435 105 76
Binary 11000000 1011001 11100001 1111 111100 0 1100 100011101 1000101 111110

Color Harmonies of #C059E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C059E1

Black with #C059E1

Text Example


Text Example

White with #C059E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C059E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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