Html Css Color HEX #C244DD Medium Orchid

📋 copy color: '#C244DD'

red 194 ◦ green 68 ◦ blue 221

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

Shades of Medium Orchid #C244DD

Tints of Medium Orchid #C244DD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.08%

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

R = 40.17%
G = 14.08%
B = 45.76%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C244DD (or 0xC244DD) is known color: Medium Orchid. HEX triplet: C2, 44 and DD. RGB value is (194,68,221). Sum of RGB (Red+Green+Blue) = 194+68+221=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #C244DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C244DD is #3DBB22. Grayscale: #7A7A7A. Windows color (decimal): -4045603 or 14501058. OLE color: 14501058.

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

Color convert

RGB 194 68 221 -
CMYK 0.12 0.69 0 0.13
HSL 289.41º 0.69% 0.57% -
HSV(B) 289.41º 0.69% 0.87% -
XYZ 37.37 20.82 70.46 -
YUV 123.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 194 68 221 0.12 0.69 0 0.13 289.41 0.69 0.57
Hex C2 44 DD C 45 0 D 121 45 39
Octal 302 104 335 14 105 0 15 441 105 71
Binary 11000010 1000100 11011101 1100 1000101 0 1101 100100001 1000101 111001

Color Harmonies of #C244DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C244DD

Black with #C244DD

Text Example


Text Example

White with #C244DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C244DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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