#C75CD4

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

Shades of Medium Orchid #C75CD4

Tints of Medium Orchid #C75CD4

Color information

#C75CD4 (or 0xC75CD4) is unknown color: approx Medium Orchid. HEX triplet: C7, 5C and D4. RGB value is (199,92,212). Sum of RGB (Red+Green+Blue) = 199+92+212=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #C75CD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75CD4 is #38A32B. Grayscale: #898989. Windows color (decimal): -3711788 or 13917383. OLE color: 13917383.

HSL color Cylindrical-coordinate representation of color #C75CD4: hue angle of 293.5º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75CD4 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19992212-
CMYK0.060.5700.17
HSL293.5º58.25%59.61%-
HSV(B)293.5º56.6%83.14%-
XYZ39.2624.5564.96-
YUV137.67169.95171.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.56%
GREEN value IS 92 (36.33% from 255) = 18.29%
BLUE value IS 212 (83.20% from 255) = 42.15%
R=39.56%
G=18.29%
B=42.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal199922120.060.5700.17293.558.2559.61
HexC75CD46390111263a3c
Octal3071343246710214467274
Binary11000111101110011010100110111001010001100100110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75CD4; }

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

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

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

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

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

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

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

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