Html Css Color HEX #C02EDF Medium Orchid

📋 copy color: '#C02EDF'

red 192 ◦ green 46 ◦ blue 223

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

Shades of Medium Orchid #C02EDF

Tints of Medium Orchid #C02EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 41.65%
G = 9.98%
B = 48.37%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C02EDF (or 0xC02EDF) is known color: Medium Orchid. HEX triplet: C0, 2E and DF. RGB value is (192,46,223). Sum of RGB (Red+Green+Blue) = 192+46+223=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #C02EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02EDF is #3FD120. Grayscale: #6D6D6D. Windows color (decimal): -4182305 or 14626496. OLE color: 14626496.

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

Color convert

RGB 192 46 223 -
CMYK 0.14 0.79 0 0.13
HSL 289.49º 0.73% 0.53% -
HSV(B) 289.49º 0.79% 0.87% -
XYZ 36.03 18.49 71.48 -
YUV 109.83 191.87 186.61 -
System Red Green Blue C M Y K H S L
Decimal 192 46 223 0.14 0.79 0 0.13 289.49 0.73 0.53
Hex C0 2E DF E 4F 0 D 121 49 35
Octal 300 56 337 16 117 0 15 441 111 65
Binary 11000000 101110 11011111 1110 1001111 0 1101 100100001 1001001 110101

Color Harmonies of #C02EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02EDF

Black with #C02EDF

Text Example


Text Example

White with #C02EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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