Html Css Color HEX #C22CD5 Medium Orchid

📋 copy color: '#C22CD5'

red 194 ◦ green 44 ◦ blue 213

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

Shades of Medium Orchid #C22CD5

Tints of Medium Orchid #C22CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.23%

R = 43.02%
G = 9.76%
B = 47.23%

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

#C22CD5 (or 0xC22CD5) is known color: Medium Orchid. HEX triplet: C2, 2C and D5. RGB value is (194,44,213). Sum of RGB (Red+Green+Blue) = 194+44+213=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 44 (17.58% from 255 or 9.76% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #C22CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CD5 is #3DD32A. Grayscale: #6B6B6B. Windows color (decimal): -4051755 or 13970626. OLE color: 13970626.

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

Color convert

RGB 194 44 213 -
CMYK 0.09 0.79 0 0.16
HSL 293.25º 0.67% 0.5% -
HSV(B) 293.25º 0.79% 0.84% -
XYZ 35.16 18.07 64.59 -
YUV 108.12 187.2 189.26 -
System Red Green Blue C M Y K H S L
Decimal 194 44 213 0.09 0.79 0 0.16 293.25 0.67 0.5
Hex C2 2C D5 9 4F 0 10 125 43 32
Octal 302 54 325 11 117 0 20 445 103 62
Binary 11000010 101100 11010101 1001 1001111 0 10000 100100101 1000011 110010

Color Harmonies of #C22CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22CD5

Black with #C22CD5

Text Example


Text Example

White with #C22CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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