Html Css Color HEX #C22FDD Medium Orchid

📋 copy color: '#C22FDD'

red 194 ◦ green 47 ◦ blue 221

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

Shades of Medium Orchid #C22FDD

Tints of Medium Orchid #C22FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.17%

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 41.99%
G = 10.17%
B = 47.84%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C22FDD (or 0xC22FDD) is known color: Medium Orchid. HEX triplet: C2, 2F and DD. RGB value is (194,47,221). Sum of RGB (Red+Green+Blue) = 194+47+221=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #C22FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22FDD is #3DD022. Grayscale: #6E6E6E. Windows color (decimal): -4050979 or 14495682. OLE color: 14495682.

HSL color Cylindrical-coordinate representation of color #C22FDD: hue angle of 290.69º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22FDD is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 47 221 -
CMYK 0.12 0.79 0 0.13
HSL 290.69º 0.72% 0.53% -
HSV(B) 290.69º 0.79% 0.87% -
XYZ 36.32 18.72 70.11 -
YUV 110.79 190.2 187.35 -
System Red Green Blue C M Y K H S L
Decimal 194 47 221 0.12 0.79 0 0.13 290.69 0.72 0.53
Hex C2 2F DD C 4F 0 D 123 48 35
Octal 302 57 335 14 117 0 15 443 110 65
Binary 11000010 101111 11011101 1100 1001111 0 1101 100100011 1001000 110101

Color Harmonies of #C22FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22FDD

Black with #C22FDD

Text Example


Text Example

White with #C22FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22FDD; }

 p { color: rgb(194,47,221); }

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

background-color css

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

 a { background-color: rgb(194,47,221); }

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

border-color css

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

 span { border-color: rgb(194,47,221); }

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