Html Css Color HEX #C45DDD Medium Orchid

📋 copy color: '#C45DDD'

red 196 ◦ green 93 ◦ blue 221

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

Shades of Medium Orchid #C45DDD

Tints of Medium Orchid #C45DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.24%

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

R = 38.43%
G = 18.24%
B = 43.33%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C45DDD (or 0xC45DDD) is known color: Medium Orchid. HEX triplet: C4, 5D and DD. RGB value is (196,93,221). Sum of RGB (Red+Green+Blue) = 196+93+221=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #C45DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DDD is #3BA222. Grayscale: #898989. Windows color (decimal): -3908131 or 14507460. OLE color: 14507460.

HSL color Cylindrical-coordinate representation of color #C45DDD: hue angle of 288.28º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45DDD is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 93 221 -
CMYK 0.11 0.58 0 0.13
HSL 288.28º 0.65% 0.62% -
HSV(B) 288.28º 0.58% 0.87% -
XYZ 39.73 24.78 71.1 -
YUV 138.39 174.62 169.09 -
System Red Green Blue C M Y K H S L
Decimal 196 93 221 0.11 0.58 0 0.13 288.28 0.65 0.62
Hex C4 5D DD B 3A 0 D 120 41 3E
Octal 304 135 335 13 72 0 15 440 101 76
Binary 11000100 1011101 11011101 1011 111010 0 1101 100100000 1000001 111110

Color Harmonies of #C45DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45DDD

Black with #C45DDD

Text Example


Text Example

White with #C45DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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