Html Css Color HEX #C444DD Medium Orchid

📋 copy color: '#C444DD'

red 196 ◦ green 68 ◦ blue 221

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

Shades of Medium Orchid #C444DD

Tints of Medium Orchid #C444DD

RGB

 RED value IS 196 (76.95% from 255) = 40.41%

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

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

R = 40.41%
G = 14.02%
B = 45.57%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C444DD (or 0xC444DD) is known color: Medium Orchid. HEX triplet: C4, 44 and DD. RGB value is (196,68,221). Sum of RGB (Red+Green+Blue) = 196+68+221=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #C444DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C444DD is #3BBB22. Grayscale: #7B7B7B. Windows color (decimal): -3914531 or 14501060. OLE color: 14501060.

HSL color Cylindrical-coordinate representation of color #C444DD: hue angle of 290.2º 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 #C444DD is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 68 221 -
CMYK 0.11 0.69 0 0.13
HSL 290.2º 0.69% 0.57% -
HSV(B) 290.2º 0.69% 0.87% -
XYZ 37.88 21.09 70.48 -
YUV 123.71 182.91 179.56 -
System Red Green Blue C M Y K H S L
Decimal 196 68 221 0.11 0.69 0 0.13 290.2 0.69 0.57
Hex C4 44 DD B 45 0 D 122 45 39
Octal 304 104 335 13 105 0 15 442 105 71
Binary 11000100 1000100 11011101 1011 1000101 0 1101 100100010 1000101 111001

Color Harmonies of #C444DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C444DD

Black with #C444DD

Text Example


Text Example

White with #C444DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C444DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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