Html Css Color HEX #C22BDA Medium Orchid

📋 copy color: '#C22BDA'

red 194 ◦ green 43 ◦ blue 218

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

Shades of Medium Orchid #C22BDA

Tints of Medium Orchid #C22BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.45%

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 42.64%
G = 9.45%
B = 47.91%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C22BDA (or 0xC22BDA) is known color: Medium Orchid. HEX triplet: C2, 2B and DA. RGB value is (194,43,218). Sum of RGB (Red+Green+Blue) = 194+43+218=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #C22BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22BDA is #3DD425. Grayscale: #6B6B6B. Windows color (decimal): -4052006 or 14298050. OLE color: 14298050.

HSL color Cylindrical-coordinate representation of color #C22BDA: hue angle of 291.77º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22BDA is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 43 218 -
CMYK 0.11 0.80 0 0.15
HSL 291.77º 0.7% 0.51% -
HSV(B) 291.77º 0.8% 0.85% -
XYZ 35.77 18.26 67.97 -
YUV 108.1 190.03 189.27 -
System Red Green Blue C M Y K H S L
Decimal 194 43 218 0.11 0.80 0 0.15 291.77 0.7 0.51
Hex C2 2B DA B 50 0 F 124 46 33
Octal 302 53 332 13 120 0 17 444 106 63
Binary 11000010 101011 11011010 1011 1010000 0 1111 100100100 1000110 110011

Color Harmonies of #C22BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22BDA

Black with #C22BDA

Text Example


Text Example

White with #C22BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22BDA; }

 p { color: rgb(194,43,218); }

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

background-color css

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

 a { background-color: rgb(194,43,218); }

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

border-color css

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

 span { border-color: rgb(194,43,218); }

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