Html Css Color HEX #C45DD0 Medium Orchid

📋 copy color: '#C45DD0'

red 196 ◦ green 93 ◦ blue 208

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

Shades of Medium Orchid #C45DD0

Tints of Medium Orchid #C45DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.85%

R = 39.44%
G = 18.71%
B = 41.85%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C45DD0 (or 0xC45DD0) is known color: Medium Orchid. HEX triplet: C4, 5D and D0. RGB value is (196,93,208). Sum of RGB (Red+Green+Blue) = 196+93+208=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #C45DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DD0 is #3BA22F. Grayscale: #888888. Windows color (decimal): -3908144 or 13655492. OLE color: 13655492.

HSL color Cylindrical-coordinate representation of color #C45DD0: hue angle of 293.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45DD0 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 93 208 -
CMYK 0.06 0.55 0 0.18
HSL 293.74º 0.55% 0.59% -
HSV(B) 293.74º 0.55% 0.82% -
XYZ 38.06 24.12 62.32 -
YUV 136.91 168.12 170.15 -
System Red Green Blue C M Y K H S L
Decimal 196 93 208 0.06 0.55 0 0.18 293.74 0.55 0.59
Hex C4 5D D0 6 37 0 12 126 37 3B
Octal 304 135 320 6 67 0 22 446 67 73
Binary 11000100 1011101 11010000 110 110111 0 10010 100100110 110111 111011

Color Harmonies of #C45DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45DD0

Black with #C45DD0

Text Example


Text Example

White with #C45DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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