Html Css Color HEX #C22ADB Medium Orchid

📋 copy color: '#C22ADB'

red 194 ◦ green 42 ◦ blue 219

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

Shades of Medium Orchid #C22ADB

Tints of Medium Orchid #C22ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 42.64%
G = 9.23%
B = 48.13%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C22ADB (or 0xC22ADB) is known color: Medium Orchid. HEX triplet: C2, 2A and DB. RGB value is (194,42,219). Sum of RGB (Red+Green+Blue) = 194+42+219=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 42 (16.80% from 255 or 9.23% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #C22ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22ADB is #3DD524. Grayscale: #6B6B6B. Windows color (decimal): -4052261 or 14363330. OLE color: 14363330.

HSL color Cylindrical-coordinate representation of color #C22ADB: hue angle of 291.53º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22ADB is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 42 219 -
CMYK 0.11 0.81 0 0.14
HSL 291.53º 0.71% 0.51% -
HSV(B) 291.53º 0.81% 0.86% -
XYZ 35.86 18.24 68.65 -
YUV 107.63 190.86 189.61 -
System Red Green Blue C M Y K H S L
Decimal 194 42 219 0.11 0.81 0 0.14 291.53 0.71 0.51
Hex C2 2A DB B 51 0 E 124 47 33
Octal 302 52 333 13 121 0 16 444 107 63
Binary 11000010 101010 11011011 1011 1010001 0 1110 100100100 1000111 110011

Color Harmonies of #C22ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22ADB

Black with #C22ADB

Text Example


Text Example

White with #C22ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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