Html Css Color HEX #C22CDC Medium Orchid

📋 copy color: '#C22CDC'

red 194 ◦ green 44 ◦ blue 220

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

Shades of Medium Orchid #C22CDC

Tints of Medium Orchid #C22CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 42.36%
G = 9.61%
B = 48.03%

CMYK

 C value IS 0.12

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C22CDC (or 0xC22CDC) is known color: Medium Orchid. HEX triplet: C2, 2C and DC. RGB value is (194,44,220). Sum of RGB (Red+Green+Blue) = 194+44+220=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 44 (17.58% from 255 or 9.61% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #C22CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CDC is #3DD323. Grayscale: #6C6C6C. Windows color (decimal): -4051748 or 14429378. OLE color: 14429378.

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

Color convert

RGB 194 44 220 -
CMYK 0.12 0.8 0 0.14
HSL 291.14º 0.72% 0.52% -
HSV(B) 291.14º 0.8% 0.86% -
XYZ 36.07 18.44 69.37 -
YUV 108.91 190.7 188.69 -
System Red Green Blue C M Y K H S L
Decimal 194 44 220 0.12 0.8 0 0.14 291.14 0.72 0.52
Hex C2 2C DC C 50 0 E 123 48 34
Octal 302 54 334 14 120 0 16 443 110 64
Binary 11000010 101100 11011100 1100 1010000 0 1110 100100011 1001000 110100

Color Harmonies of #C22CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22CDC

Black with #C22CDC

Text Example


Text Example

White with #C22CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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