Html Css Color HEX #C02ED6 Medium Orchid

📋 copy color: '#C02ED6'

red 192 ◦ green 46 ◦ blue 214

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

Shades of Medium Orchid #C02ED6

Tints of Medium Orchid #C02ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.35%

R = 42.48%
G = 10.18%
B = 47.35%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C02ED6 (or 0xC02ED6) is known color: Medium Orchid. HEX triplet: C0, 2E and D6. RGB value is (192,46,214). Sum of RGB (Red+Green+Blue) = 192+46+214=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #C02ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ED6 is #3FD129. Grayscale: #6C6C6C. Windows color (decimal): -4182314 or 14036672. OLE color: 14036672.

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

Color convert

RGB 192 46 214 -
CMYK 0.10 0.79 0 0.16
HSL 292.14º 0.67% 0.51% -
HSV(B) 292.14º 0.79% 0.84% -
XYZ 34.85 18.02 65.26 -
YUV 108.81 187.37 187.34 -
System Red Green Blue C M Y K H S L
Decimal 192 46 214 0.10 0.79 0 0.16 292.14 0.67 0.51
Hex C0 2E D6 A 4F 0 10 124 43 33
Octal 300 56 326 12 117 0 20 444 103 63
Binary 11000000 101110 11010110 1010 1001111 0 10000 100100100 1000011 110011

Color Harmonies of #C02ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02ED6

Black with #C02ED6

Text Example


Text Example

White with #C02ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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