Html Css Color HEX #C229DB Medium Orchid

📋 copy color: '#C229DB'

red 194 ◦ green 41 ◦ blue 219

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

Shades of Medium Orchid #C229DB

Tints of Medium Orchid #C229DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.03%

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

R = 42.73%
G = 9.03%
B = 48.24%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C229DB (or 0xC229DB) is known color: Medium Orchid. HEX triplet: C2, 29 and DB. RGB value is (194,41,219). Sum of RGB (Red+Green+Blue) = 194+41+219=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #C229DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C229DB is #3DD624. Grayscale: #6A6A6A. Windows color (decimal): -4052517 or 14363074. OLE color: 14363074.

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

Color convert

RGB 194 41 219 -
CMYK 0.11 0.81 0 0.14
HSL 291.57º 0.71% 0.51% -
HSV(B) 291.57º 0.81% 0.86% -
XYZ 35.83 18.17 68.64 -
YUV 107.04 191.19 190.03 -
System Red Green Blue C M Y K H S L
Decimal 194 41 219 0.11 0.81 0 0.14 291.57 0.71 0.51
Hex C2 29 DB B 51 0 E 124 47 33
Octal 302 51 333 13 121 0 16 444 107 63
Binary 11000010 101001 11011011 1011 1010001 0 1110 100100100 1000111 110011

Color Harmonies of #C229DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C229DB

Black with #C229DB

Text Example


Text Example

White with #C229DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C229DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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