Html Css Color HEX #C95FD1 Medium Orchid

📋 copy color: '#C95FD1'

red 201 ◦ green 95 ◦ blue 209

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

Shades of Medium Orchid #C95FD1

Tints of Medium Orchid #C95FD1

RGB

 RED value IS 201 (78.91% from 255) = 39.8%

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

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

R = 39.8%
G = 18.81%
B = 41.39%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C95FD1 (or 0xC95FD1) is known color: Medium Orchid. HEX triplet: C9, 5F and D1. RGB value is (201,95,209). Sum of RGB (Red+Green+Blue) = 201+95+209=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 209 - color contains mainly: blue. Hex color #C95FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95FD1 is #36A02E. Grayscale: #8B8B8B. Windows color (decimal): -3579951 or 13721545. OLE color: 13721545.

HSL color Cylindrical-coordinate representation of color #C95FD1: hue angle of 295.79º 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 #C95FD1 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 95 209 -
CMYK 0.04 0.55 0 0.18
HSL 295.79º 0.55% 0.6% -
HSV(B) 295.79º 0.55% 0.82% -
XYZ 39.69 25.21 63.09 -
YUV 139.69 167.12 171.73 -
System Red Green Blue C M Y K H S L
Decimal 201 95 209 0.04 0.55 0 0.18 295.79 0.55 0.6
Hex C9 5F D1 4 37 0 12 128 37 3C
Octal 311 137 321 4 67 0 22 450 67 74
Binary 11001001 1011111 11010001 100 110111 0 10010 100101000 110111 111100

Color Harmonies of #C95FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95FD1

Black with #C95FD1

Text Example


Text Example

White with #C95FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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