Html Css Color HEX #C02ED5 Medium Orchid

📋 copy color: '#C02ED5'

red 192 ◦ green 46 ◦ blue 213

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

Shades of Medium Orchid #C02ED5

Tints of Medium Orchid #C02ED5

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.2%

 BLUE value IS 213 (83.59% from 255) = 47.23%

R = 42.57%
G = 10.2%
B = 47.23%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C02ED5 (or 0xC02ED5) is known color: Medium Orchid. HEX triplet: C0, 2E and D5. RGB value is (192,46,213). Sum of RGB (Red+Green+Blue) = 192+46+213=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 46 (18.36% from 255 or 10.20% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #C02ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ED5 is #3FD12A. Grayscale: #6C6C6C. Windows color (decimal): -4182315 or 13971136. OLE color: 13971136.

HSL color Cylindrical-coordinate representation of color #C02ED5: hue angle of 292.46º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02ED5 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 46 213 -
CMYK 0.10 0.78 0 0.16
HSL 292.46º 0.67% 0.51% -
HSV(B) 292.46º 0.78% 0.84% -
XYZ 34.73 17.96 64.59 -
YUV 108.69 186.87 187.42 -
System Red Green Blue C M Y K H S L
Decimal 192 46 213 0.10 0.78 0 0.16 292.46 0.67 0.51
Hex C0 2E D5 A 4E 0 10 124 43 33
Octal 300 56 325 12 116 0 20 444 103 63
Binary 11000000 101110 11010101 1010 1001110 0 10000 100100100 1000011 110011

Color Harmonies of #C02ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02ED5

Black with #C02ED5

Text Example


Text Example

White with #C02ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02ED5; }

 p { color: rgb(192,46,213); }

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

background-color css

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

 a { background-color: rgb(192,46,213); }

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

border-color css

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

 span { border-color: rgb(192,46,213); }

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