Html Css Color HEX #C22DDB Medium Orchid

📋 copy color: '#C22DDB'

red 194 ◦ green 45 ◦ blue 219

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

Shades of Medium Orchid #C22DDB

Tints of Medium Orchid #C22DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.83%

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 42.36%
G = 9.83%
B = 47.82%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C22DDB (or 0xC22DDB) is known color: Medium Orchid. HEX triplet: C2, 2D and DB. RGB value is (194,45,219). Sum of RGB (Red+Green+Blue) = 194+45+219=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #C22DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22DDB is #3DD224. Grayscale: #6C6C6C. Windows color (decimal): -4051493 or 14364098. OLE color: 14364098.

HSL color Cylindrical-coordinate representation of color #C22DDB: hue angle of 291.38º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22DDB is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 45 219 -
CMYK 0.11 0.79 0 0.14
HSL 291.38º 0.71% 0.52% -
HSV(B) 291.38º 0.79% 0.86% -
XYZ 35.97 18.46 68.69 -
YUV 109.39 189.86 188.35 -
System Red Green Blue C M Y K H S L
Decimal 194 45 219 0.11 0.79 0 0.14 291.38 0.71 0.52
Hex C2 2D DB B 4F 0 E 123 47 34
Octal 302 55 333 13 117 0 16 443 107 64
Binary 11000010 101101 11011011 1011 1001111 0 1110 100100011 1000111 110100

Color Harmonies of #C22DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22DDB

Black with #C22DDB

Text Example


Text Example

White with #C22DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22DDB; }

 p { color: rgb(194,45,219); }

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

background-color css

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

 a { background-color: rgb(194,45,219); }

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

border-color css

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

 span { border-color: rgb(194,45,219); }

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