Html Css Color HEX #C22CD6 Medium Orchid

📋 copy color: '#C22CD6'

red 194 ◦ green 44 ◦ blue 214

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

Shades of Medium Orchid #C22CD6

Tints of Medium Orchid #C22CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.35%

R = 42.92%
G = 9.73%
B = 47.35%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C22CD6 (or 0xC22CD6) is known color: Medium Orchid. HEX triplet: C2, 2C and D6. RGB value is (194,44,214). Sum of RGB (Red+Green+Blue) = 194+44+214=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 44 (17.58% from 255 or 9.73% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #C22CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CD6 is #3DD329. Grayscale: #6B6B6B. Windows color (decimal): -4051754 or 14036162. OLE color: 14036162.

HSL color Cylindrical-coordinate representation of color #C22CD6: hue angle of 292.94º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22CD6 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 44 214 -
CMYK 0.09 0.79 0 0.16
HSL 292.94º 0.67% 0.51% -
HSV(B) 292.94º 0.79% 0.84% -
XYZ 35.29 18.13 65.26 -
YUV 108.23 187.7 189.18 -
System Red Green Blue C M Y K H S L
Decimal 194 44 214 0.09 0.79 0 0.16 292.94 0.67 0.51
Hex C2 2C D6 9 4F 0 10 125 43 33
Octal 302 54 326 11 117 0 20 445 103 63
Binary 11000010 101100 11010110 1001 1001111 0 10000 100100101 1000011 110011

Color Harmonies of #C22CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22CD6

Black with #C22CD6

Text Example


Text Example

White with #C22CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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