Html Css Color HEX #C22CDD Medium Orchid

📋 copy color: '#C22CDD'

red 194 ◦ green 44 ◦ blue 221

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

Shades of Medium Orchid #C22CDD

Tints of Medium Orchid #C22CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.59%

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 42.27%
G = 9.59%
B = 48.15%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C22CDD (or 0xC22CDD) is known color: Medium Orchid. HEX triplet: C2, 2C and DD. RGB value is (194,44,221). Sum of RGB (Red+Green+Blue) = 194+44+221=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #C22CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CDD is #3DD322. Grayscale: #6C6C6C. Windows color (decimal): -4051747 or 14494914. OLE color: 14494914.

HSL color Cylindrical-coordinate representation of color #C22CDD: hue angle of 290.85º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22CDD is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 44 221 -
CMYK 0.12 0.80 0 0.13
HSL 290.85º 0.72% 0.52% -
HSV(B) 290.85º 0.8% 0.87% -
XYZ 36.2 18.49 70.07 -
YUV 109.03 191.2 188.61 -
System Red Green Blue C M Y K H S L
Decimal 194 44 221 0.12 0.80 0 0.13 290.85 0.72 0.52
Hex C2 2C DD C 50 0 D 123 48 34
Octal 302 54 335 14 120 0 15 443 110 64
Binary 11000010 101100 11011101 1100 1010000 0 1101 100100011 1001000 110100

Color Harmonies of #C22CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22CDD

Black with #C22CDD

Text Example


Text Example

White with #C22CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22CDD; }

 p { color: rgb(194,44,221); }

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

background-color css

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

 a { background-color: rgb(194,44,221); }

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

border-color css

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

 span { border-color: rgb(194,44,221); }

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