#C751D3

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

Shades of Medium Orchid #C751D3

Tints of Medium Orchid #C751D3

Color information

#C751D3 (or 0xC751D3) is unknown color: approx Medium Orchid. HEX triplet: C7, 51 and D3. RGB value is (199,81,211). Sum of RGB (Red+Green+Blue) = 199+81+211=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 211 - color contains mainly: blue. Hex color #C751D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751D3 is #38AE2C. Grayscale: #828282. Windows color (decimal): -3714605 or 13849031. OLE color: 13849031.

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

Color convert

RGB19981211-
CMYK0.060.6200.17
HSL294.46º59.63%57.25%-
HSV(B)294.46º61.61%82.75%-
XYZ38.2522.7364-
YUV131.1173.09176.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.53%
GREEN value IS 81 (32.03% from 255) = 16.50%
BLUE value IS 211 (82.81% from 255) = 42.97%
R=40.53%
G=16.50%
B=42.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal199812110.060.6200.17294.4659.6357.25
HexC751D363E0111263c39
Octal3071213236760214467471
Binary11000111101000111010011110111110010001100100110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C751D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C751D3; }

 p { color: rgb(199,81,211); }

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

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

 a { background-color: rgb(199,81,211); }

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

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

 span { border-color: rgb(199,81,211); }

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