Html Css Color HEX #C02ADA Medium Orchid

📋 copy color: '#C02ADA'

red 192 ◦ green 42 ◦ blue 218

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

Shades of Medium Orchid #C02ADA

Tints of Medium Orchid #C02ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.23%

R = 42.48%
G = 9.29%
B = 48.23%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C02ADA (or 0xC02ADA) is known color: Medium Orchid. HEX triplet: C0, 2A and DA. RGB value is (192,42,218). Sum of RGB (Red+Green+Blue) = 192+42+218=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 42 (16.80% from 255 or 9.29% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #C02ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ADA is #3FD525. Grayscale: #6A6A6A. Windows color (decimal): -4183334 or 14297792. OLE color: 14297792.

HSL color Cylindrical-coordinate representation of color #C02ADA: hue angle of 291.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02ADA is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 42 218 -
CMYK 0.12 0.81 0 0.15
HSL 291.14º 0.7% 0.51% -
HSV(B) 291.14º 0.81% 0.85% -
XYZ 35.22 17.92 67.93 -
YUV 106.91 190.7 188.69 -
System Red Green Blue C M Y K H S L
Decimal 192 42 218 0.12 0.81 0 0.15 291.14 0.7 0.51
Hex C0 2A DA C 51 0 F 123 46 33
Octal 300 52 332 14 121 0 17 443 106 63
Binary 11000000 101010 11011010 1100 1010001 0 1111 100100011 1000110 110011

Color Harmonies of #C02ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02ADA

Black with #C02ADA

Text Example


Text Example

White with #C02ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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