Html Css Color HEX #C95CD1 Medium Orchid

📋 copy color: '#C95CD1'

red 201 ◦ green 92 ◦ blue 209

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

Shades of Medium Orchid #C95CD1

Tints of Medium Orchid #C95CD1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.33%

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

R = 40.04%
G = 18.33%
B = 41.63%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C95CD1 (or 0xC95CD1) is known color: Medium Orchid. HEX triplet: C9, 5C and D1. RGB value is (201,92,209). Sum of RGB (Red+Green+Blue) = 201+92+209=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #C95CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CD1 is #36A32E. Grayscale: #898989. Windows color (decimal): -3580719 or 13720777. OLE color: 13720777.

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

Color convert

RGB 201 92 209 -
CMYK 0.04 0.56 0 0.18
HSL 295.9º 0.56% 0.59% -
HSV(B) 295.9º 0.56% 0.82% -
XYZ 39.42 24.68 63.01 -
YUV 137.93 168.11 172.99 -
System Red Green Blue C M Y K H S L
Decimal 201 92 209 0.04 0.56 0 0.18 295.9 0.56 0.59
Hex C9 5C D1 4 38 0 12 128 38 3B
Octal 311 134 321 4 70 0 22 450 70 73
Binary 11001001 1011100 11010001 100 111000 0 10010 100101000 111000 111011

Color Harmonies of #C95CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95CD1

Black with #C95CD1

Text Example


Text Example

White with #C95CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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