#c74ddb

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

Shades of Medium Orchid #C74DDB

Tints of Medium Orchid #C74DDB

Color information

#C74DDB (or 0xC74DDB) is unknown color: approx Medium Orchid. HEX triplet: C7, 4D and DB. RGB value is (199,77,219). Sum of RGB (Red+Green+Blue) = 199+77+219=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #C74DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DDB is #38B224. Grayscale: #818181. Windows color (decimal): -3715621 or 14372295. OLE color: 14372295.

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

Color convert

RGB19977219-
CMYK0.090.6500.14
HSL291.55º66.36%58.04%-
HSV(B)291.55º64.84%85.88%-
XYZ38.9922.5669.32-
YUV129.67178.42177.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.20%
GREEN value IS 77 (30.47% from 255) = 15.56%
BLUE value IS 219 (85.94% from 255) = 44.24%
R=40.20%
G=15.56%
B=44.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal199772190.090.6500.14291.5566.3658.04
HexC74DDB9410E124423a
Octal3071153331110101644410272
Binary1100011110011011101101110011000001011101001001001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c74ddb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c74ddb; }

 p { color: rgb(199,77,219); }

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

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

 a { background-color: rgb(199,77,219); }

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

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

 span { border-color: rgb(199,77,219); }

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