Html Css Color HEX #C445DD Medium Orchid

📋 copy color: '#C445DD'

red 196 ◦ green 69 ◦ blue 221

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

Shades of Medium Orchid #C445DD

Tints of Medium Orchid #C445DD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.2%

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

R = 40.33%
G = 14.2%
B = 45.47%

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

#C445DD (or 0xC445DD) is known color: Medium Orchid. HEX triplet: C4, 45 and DD. RGB value is (196,69,221). Sum of RGB (Red+Green+Blue) = 196+69+221=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #C445DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C445DD is #3BBA22. Grayscale: #7B7B7B. Windows color (decimal): -3914275 or 14501316. OLE color: 14501316.

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

Color convert

RGB 196 69 221 -
CMYK 0.11 0.69 0 0.13
HSL 290.13º 0.69% 0.57% -
HSV(B) 290.13º 0.69% 0.87% -
XYZ 37.94 21.21 70.5 -
YUV 124.3 182.58 179.14 -
System Red Green Blue C M Y K H S L
Decimal 196 69 221 0.11 0.69 0 0.13 290.13 0.69 0.57
Hex C4 45 DD B 45 0 D 122 45 39
Octal 304 105 335 13 105 0 15 442 105 71
Binary 11000100 1000101 11011101 1011 1000101 0 1101 100100010 1000101 111001

Color Harmonies of #C445DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C445DD

Black with #C445DD

Text Example


Text Example

White with #C445DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C445DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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