Html Css Color HEX #C02EDE Medium Orchid

📋 copy color: '#C02EDE'

red 192 ◦ green 46 ◦ blue 222

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

Shades of Medium Orchid #C02EDE

Tints of Medium Orchid #C02EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 41.74%
G = 10%
B = 48.26%

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

#C02EDE (or 0xC02EDE) is known color: Medium Orchid. HEX triplet: C0, 2E and DE. RGB value is (192,46,222). Sum of RGB (Red+Green+Blue) = 192+46+222=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 46 (18.36% from 255 or 10% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #C02EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02EDE is #3FD121. Grayscale: #6D6D6D. Windows color (decimal): -4182306 or 14560960. OLE color: 14560960.

HSL color Cylindrical-coordinate representation of color #C02EDE: hue angle of 289.77º 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 #C02EDE is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 46 222 -
CMYK 0.14 0.79 0 0.13
HSL 289.77º 0.73% 0.53% -
HSV(B) 289.77º 0.79% 0.87% -
XYZ 35.9 18.43 70.77 -
YUV 109.72 191.37 186.69 -
System Red Green Blue C M Y K H S L
Decimal 192 46 222 0.14 0.79 0 0.13 289.77 0.73 0.53
Hex C0 2E DE E 4F 0 D 122 49 35
Octal 300 56 336 16 117 0 15 442 111 65
Binary 11000000 101110 11011110 1110 1001111 0 1101 100100010 1001001 110101

Color Harmonies of #C02EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02EDE

Black with #C02EDE

Text Example


Text Example

White with #C02EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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