Html Css Color HEX #C45FDC Medium Orchid

📋 copy color: '#C45FDC'

red 196 ◦ green 95 ◦ blue 220

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

Shades of Medium Orchid #C45FDC

Tints of Medium Orchid #C45FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.05%

R = 38.36%
G = 18.59%
B = 43.05%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C45FDC (or 0xC45FDC) is known color: Medium Orchid. HEX triplet: C4, 5F and DC. RGB value is (196,95,220). Sum of RGB (Red+Green+Blue) = 196+95+220=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #C45FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45FDC is #3BA023. Grayscale: #8B8B8B. Windows color (decimal): -3907620 or 14442436. OLE color: 14442436.

HSL color Cylindrical-coordinate representation of color #C45FDC: hue angle of 288.48º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45FDC is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 95 220 -
CMYK 0.11 0.57 0 0.14
HSL 288.48º 0.64% 0.62% -
HSV(B) 288.48º 0.57% 0.86% -
XYZ 39.78 25.09 70.46 -
YUV 139.45 173.46 168.34 -
System Red Green Blue C M Y K H S L
Decimal 196 95 220 0.11 0.57 0 0.14 288.48 0.64 0.62
Hex C4 5F DC B 39 0 E 120 40 3E
Octal 304 137 334 13 71 0 16 440 100 76
Binary 11000100 1011111 11011100 1011 111001 0 1110 100100000 1000000 111110

Color Harmonies of #C45FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45FDC

Black with #C45FDC

Text Example


Text Example

White with #C45FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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