#C75CDD

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

Shades of Medium Orchid #C75CDD

Tints of Medium Orchid #C75CDD

Color information

#C75CDD (or 0xC75CDD) is unknown color: approx Medium Orchid. HEX triplet: C7, 5C and DD. RGB value is (199,92,221). Sum of RGB (Red+Green+Blue) = 199+92+221=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #C75CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75CDD is #38A322. Grayscale: #8A8A8A. Windows color (decimal): -3711779 or 14507207. OLE color: 14507207.

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

Color convert

RGB19992221-
CMYK0.100.5800.13
HSL289.77º65.48%61.37%-
HSV(B)289.77º58.37%86.67%-
XYZ40.4325.0271.1-
YUV138.7174.45171.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.87%
GREEN value IS 92 (36.33% from 255) = 17.97%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=38.87%
G=17.97%
B=43.16%

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
Decimal199922210.100.5800.13289.7765.4861.37
HexC75CDDA3A0D122413d
Octal307134335127201544210175
Binary110001111011100110111011010111010011011001000101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75CDD; }

 p { color: rgb(199,92,221); }

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

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

 a { background-color: rgb(199,92,221); }

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

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

 span { border-color: rgb(199,92,221); }

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