Html Css Color HEX #C22ADA Medium Orchid

📋 copy color: '#C22ADA'

red 194 ◦ green 42 ◦ blue 218

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

Shades of Medium Orchid #C22ADA

Tints of Medium Orchid #C22ADA

RGB

 RED value IS 194 (76.17% from 255) = 42.73%

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

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

R = 42.73%
G = 9.25%
B = 48.02%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C22ADA (or 0xC22ADA) is known color: Medium Orchid. HEX triplet: C2, 2A and DA. RGB value is (194,42,218). Sum of RGB (Red+Green+Blue) = 194+42+218=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 42 (16.80% from 255 or 9.25% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #C22ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22ADA is #3DD525. Grayscale: #6A6A6A. Windows color (decimal): -4052262 or 14297794. OLE color: 14297794.

HSL color Cylindrical-coordinate representation of color #C22ADA: hue angle of 291.82º 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 #C22ADA is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 42 218 -
CMYK 0.11 0.81 0 0.15
HSL 291.82º 0.7% 0.51% -
HSV(B) 291.82º 0.81% 0.85% -
XYZ 35.73 18.19 67.96 -
YUV 107.51 190.36 189.69 -
System Red Green Blue C M Y K H S L
Decimal 194 42 218 0.11 0.81 0 0.15 291.82 0.7 0.51
Hex C2 2A DA B 51 0 F 124 46 33
Octal 302 52 332 13 121 0 17 444 106 63
Binary 11000010 101010 11011010 1011 1010001 0 1111 100100100 1000110 110011

Color Harmonies of #C22ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22ADA

Black with #C22ADA

Text Example


Text Example

White with #C22ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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