Html Css Color HEX #C22DD2 Medium Orchid

📋 copy color: '#C22DD2'

red 194 ◦ green 45 ◦ blue 210

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

Shades of Medium Orchid #C22DD2

Tints of Medium Orchid #C22DD2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.02%

 BLUE value IS 210 (82.42% from 255) = 46.77%

R = 43.21%
G = 10.02%
B = 46.77%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C22DD2 (or 0xC22DD2) is known color: Medium Orchid. HEX triplet: C2, 2D and D2. RGB value is (194,45,210). Sum of RGB (Red+Green+Blue) = 194+45+210=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 210 (82.42% from 255 or 46.77% from 449); Max value from RGB is 210 - color contains mainly: blue. Hex color #C22DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22DD2 is #3DD22D. Grayscale: #6B6B6B. Windows color (decimal): -4051502 or 13774274. OLE color: 13774274.

HSL color Cylindrical-coordinate representation of color #C22DD2: hue angle of 294.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22DD2 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 45 210 -
CMYK 0.08 0.79 0 0.18
HSL 294.18º 0.65% 0.5% -
HSV(B) 294.18º 0.79% 0.82% -
XYZ 34.82 18 62.61 -
YUV 108.36 185.36 189.08 -
System Red Green Blue C M Y K H S L
Decimal 194 45 210 0.08 0.79 0 0.18 294.18 0.65 0.5
Hex C2 2D D2 8 4F 0 12 126 41 32
Octal 302 55 322 10 117 0 22 446 101 62
Binary 11000010 101101 11010010 1000 1001111 0 10010 100100110 1000001 110010

Color Harmonies of #C22DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22DD2

Black with #C22DD2

Text Example


Text Example

White with #C22DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22DD2; }

 p { color: rgb(194,45,210); }

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

background-color css

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

 a { background-color: rgb(194,45,210); }

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

border-color css

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

 span { border-color: rgb(194,45,210); }

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