Html Css Color HEX #C22CD1 Medium Orchid

📋 copy color: '#C22CD1'

red 194 ◦ green 44 ◦ blue 209

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

Shades of Medium Orchid #C22CD1

Tints of Medium Orchid #C22CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.76%

R = 43.4%
G = 9.84%
B = 46.76%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C22CD1 (or 0xC22CD1) is known color: Medium Orchid. HEX triplet: C2, 2C and D1. RGB value is (194,44,209). Sum of RGB (Red+Green+Blue) = 194+44+209=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 209 - color contains mainly: blue. Hex color #C22CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CD1 is #3DD32E. Grayscale: #6B6B6B. Windows color (decimal): -4051759 or 13708482. OLE color: 13708482.

HSL color Cylindrical-coordinate representation of color #C22CD1: hue angle of 294.55º 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 #C22CD1 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 44 209 -
CMYK 0.07 0.79 0 0.18
HSL 294.55º 0.65% 0.5% -
HSV(B) 294.55º 0.79% 0.82% -
XYZ 34.66 17.87 61.95 -
YUV 107.66 185.2 189.58 -
System Red Green Blue C M Y K H S L
Decimal 194 44 209 0.07 0.79 0 0.18 294.55 0.65 0.5
Hex C2 2C D1 7 4F 0 12 127 41 32
Octal 302 54 321 7 117 0 22 447 101 62
Binary 11000010 101100 11010001 111 1001111 0 10010 100100111 1000001 110010

Color Harmonies of #C22CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22CD1

Black with #C22CD1

Text Example


Text Example

White with #C22CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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