#C95DDE

Color #C95DDE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C95DDE

Tints of Medium Orchid #C95DDE

Color information

#C95DDE (or 0xC95DDE) is unknown color: approx Medium Orchid. HEX triplet: C9, 5D and DE. RGB value is (201,93,222). Sum of RGB (Red+Green+Blue) = 201+93+222=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #C95DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DDE is #36A221. Grayscale: #8B8B8B. Windows color (decimal): -3580450 or 14573001. OLE color: 14573001.

HSL color Cylindrical-coordinate representation of color #C95DDE: hue angle of 290.23º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95DDE is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20193222-
CMYK0.090.5800.13
HSL290.23º66.15%61.76%-
HSV(B)290.23º58.11%87.06%-
XYZ41.1925.5271.86-
YUV140174.28171.51-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.95%
GREEN value IS 93 (36.72% from 255) = 18.02%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=38.95%
G=18.02%
B=43.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201932220.090.5800.13290.2366.1561.76
HexC95DDE93A0D122423e
Octal311135336117201544210276
Binary110010011011101110111101001111010011011001000101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95DDE; }

 p { color: rgb(201,93,222); }

 H1.HeaderClassName
 {
   color: #C95DDE;
 }
 .AnyTagClassName
 {
   color: #C95DDE;
 }
</style>
background-color css

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

 a { background-color: rgb(201,93,222); }

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

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

 span { border-color: rgb(201,93,222); }

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