Html Css Color HEX #C22CD2 Medium Orchid

📋 copy color: '#C22CD2'

red 194 ◦ green 44 ◦ blue 210

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

Shades of Medium Orchid #C22CD2

Tints of Medium Orchid #C22CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.88%

R = 43.3%
G = 9.82%
B = 46.88%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C22CD2 (or 0xC22CD2) is known color: Medium Orchid. HEX triplet: C2, 2C and D2. RGB value is (194,44,210). Sum of RGB (Red+Green+Blue) = 194+44+210=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 210 (82.42% from 255 or 46.88% from 448); Max value from RGB is 210 - color contains mainly: blue. Hex color #C22CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CD2 is #3DD32D. Grayscale: #6B6B6B. Windows color (decimal): -4051758 or 13774018. OLE color: 13774018.

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

Color convert

RGB 194 44 210 -
CMYK 0.08 0.79 0 0.18
HSL 294.22º 0.65% 0.5% -
HSV(B) 294.22º 0.79% 0.82% -
XYZ 34.78 17.92 62.6 -
YUV 107.77 185.7 189.5 -
System Red Green Blue C M Y K H S L
Decimal 194 44 210 0.08 0.79 0 0.18 294.22 0.65 0.5
Hex C2 2C D2 8 4F 0 12 126 41 32
Octal 302 54 322 10 117 0 22 446 101 62
Binary 11000010 101100 11010010 1000 1001111 0 10010 100100110 1000001 110010

Color Harmonies of #C22CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22CD2

Black with #C22CD2

Text Example


Text Example

White with #C22CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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