Html Css Color HEX #C02ADE Medium Orchid

📋 copy color: '#C02ADE'

red 192 ◦ green 42 ◦ blue 222

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

Shades of Medium Orchid #C02ADE

Tints of Medium Orchid #C02ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.21%

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

R = 42.11%
G = 9.21%
B = 48.68%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C02ADE (or 0xC02ADE) is known color: Medium Orchid. HEX triplet: C0, 2A and DE. RGB value is (192,42,222). Sum of RGB (Red+Green+Blue) = 192+42+222=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #C02ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ADE is #3FD521. Grayscale: #6A6A6A. Windows color (decimal): -4183330 or 14559936. OLE color: 14559936.

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

Color convert

RGB 192 42 222 -
CMYK 0.14 0.81 0 0.13
HSL 290º 0.73% 0.52% -
HSV(B) 290º 0.81% 0.87% -
XYZ 35.75 18.14 70.72 -
YUV 107.37 192.7 188.36 -
System Red Green Blue C M Y K H S L
Decimal 192 42 222 0.14 0.81 0 0.13 290 0.73 0.52
Hex C0 2A DE E 51 0 D 122 49 34
Octal 300 52 336 16 121 0 15 442 111 64
Binary 11000000 101010 11011110 1110 1010001 0 1101 100100010 1001001 110100

Color Harmonies of #C02ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02ADE

Black with #C02ADE

Text Example


Text Example

White with #C02ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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