#C75DDE

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

Shades of Medium Orchid #C75DDE

Tints of Medium Orchid #C75DDE

Color information

#C75DDE (or 0xC75DDE) is unknown color: approx Medium Orchid. HEX triplet: C7, 5D and DE. RGB value is (199,93,222). Sum of RGB (Red+Green+Blue) = 199+93+222=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #C75DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75DDE is #38A221. Grayscale: #8A8A8A. Windows color (decimal): -3711522 or 14572999. OLE color: 14572999.

HSL color Cylindrical-coordinate representation of color #C75DDE: hue angle of 289.3º 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 #C75DDE is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19993222-
CMYK0.100.5800.13
HSL289.3º66.15%61.76%-
HSV(B)289.3º58.11%87.06%-
XYZ40.6525.2471.84-
YUV139.4174.62170.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.72%
GREEN value IS 93 (36.72% from 255) = 18.09%
BLUE value IS 222 (87.11% from 255) = 43.19%
R=38.72%
G=18.09%
B=43.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal199932220.100.5800.13289.366.1561.76
HexC75DDEA3A0D121423e
Octal307135336127201544110276
Binary110001111011101110111101010111010011011001000011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75DDE; }

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

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

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

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

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

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

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

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