Html Css Color HEX #C229DD Medium Orchid

📋 copy color: '#C229DD'

red 194 ◦ green 41 ◦ blue 221

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

Shades of Medium Orchid #C229DD

Tints of Medium Orchid #C229DD

RGB

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

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

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

R = 42.54%
G = 8.99%
B = 48.46%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C229DD (or 0xC229DD) is known color: Medium Orchid. HEX triplet: C2, 29 and DD. RGB value is (194,41,221). Sum of RGB (Red+Green+Blue) = 194+41+221=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #C229DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C229DD is #3DD622. Grayscale: #6A6A6A. Windows color (decimal): -4052515 or 14494146. OLE color: 14494146.

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

Color convert

RGB 194 41 221 -
CMYK 0.12 0.81 0 0.13
HSL 291º 0.73% 0.51% -
HSV(B) 291º 0.81% 0.87% -
XYZ 36.09 18.28 70.03 -
YUV 107.27 192.19 189.86 -
System Red Green Blue C M Y K H S L
Decimal 194 41 221 0.12 0.81 0 0.13 291 0.73 0.51
Hex C2 29 DD C 51 0 D 123 49 33
Octal 302 51 335 14 121 0 15 443 111 63
Binary 11000010 101001 11011101 1100 1010001 0 1101 100100011 1001001 110011

Color Harmonies of #C229DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C229DD

Black with #C229DD

Text Example


Text Example

White with #C229DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C229DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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