Html Css Color HEX #C02EE0 Medium Orchid

📋 copy color: '#C02EE0'

red 192 ◦ green 46 ◦ blue 224

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

Shades of Medium Orchid #C02EE0

Tints of Medium Orchid #C02EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.48%

R = 41.56%
G = 9.96%
B = 48.48%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C02EE0 (or 0xC02EE0) is known color: Medium Orchid. HEX triplet: C0, 2E and E0. RGB value is (192,46,224). Sum of RGB (Red+Green+Blue) = 192+46+224=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 46 (18.36% from 255 or 9.96% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #C02EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02EE0 is #3FD11F. Grayscale: #6D6D6D. Windows color (decimal): -4182304 or 14692032. OLE color: 14692032.

HSL color Cylindrical-coordinate representation of color #C02EE0: hue angle of 289.21º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02EE0 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 46 224 -
CMYK 0.14 0.79 0 0.12
HSL 289.21º 0.74% 0.53% -
HSV(B) 289.21º 0.79% 0.88% -
XYZ 36.17 18.54 72.19 -
YUV 109.95 192.37 186.53 -
System Red Green Blue C M Y K H S L
Decimal 192 46 224 0.14 0.79 0 0.12 289.21 0.74 0.53
Hex C0 2E E0 E 4F 0 C 121 4A 35
Octal 300 56 340 16 117 0 14 441 112 65
Binary 11000000 101110 11100000 1110 1001111 0 1100 100100001 1001010 110101

Color Harmonies of #C02EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02EE0

Black with #C02EE0

Text Example


Text Example

White with #C02EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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