Html Css Color HEX #C45FD1 Medium Orchid

📋 copy color: '#C45FD1'

red 196 ◦ green 95 ◦ blue 209

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

Shades of Medium Orchid #C45FD1

Tints of Medium Orchid #C45FD1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19%

 BLUE value IS 209 (82.03% from 255) = 41.8%

R = 39.2%
G = 19%
B = 41.8%

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

#C45FD1 (or 0xC45FD1) is known color: Medium Orchid. HEX triplet: C4, 5F and D1. RGB value is (196,95,209). Sum of RGB (Red+Green+Blue) = 196+95+209=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #C45FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45FD1 is #3BA02E. Grayscale: #898989. Windows color (decimal): -3907631 or 13721540. OLE color: 13721540.

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

Color convert

RGB 196 95 209 -
CMYK 0.06 0.55 0 0.18
HSL 293.16º 0.55% 0.6% -
HSV(B) 293.16º 0.55% 0.82% -
XYZ 38.37 24.52 63.03 -
YUV 138.2 167.96 169.23 -
System Red Green Blue C M Y K H S L
Decimal 196 95 209 0.06 0.55 0 0.18 293.16 0.55 0.6
Hex C4 5F D1 6 37 0 12 125 37 3C
Octal 304 137 321 6 67 0 22 445 67 74
Binary 11000100 1011111 11010001 110 110111 0 10010 100100101 110111 111100

Color Harmonies of #C45FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45FD1

Black with #C45FD1

Text Example


Text Example

White with #C45FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45FD1; }

 p { color: rgb(196,95,209); }

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

background-color css

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

 a { background-color: rgb(196,95,209); }

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

border-color css

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

 span { border-color: rgb(196,95,209); }

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