#CD74DA

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

Shades of Orchid #CD74DA

Tints of Orchid #CD74DA

Color information

#CD74DA (or 0xCD74DA) is unknown color: approx Orchid. HEX triplet: CD, 74 and DA. RGB value is (205,116,218). Sum of RGB (Red+Green+Blue) = 205+116+218=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD74DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74DA is #328B25. Grayscale: #999999. Windows color (decimal): -3312422 or 14316749. OLE color: 14316749.

HSL color Cylindrical-coordinate representation of color #CD74DA: hue angle of 292.35º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD74DA is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205116218-
CMYK0.060.4700.15
HSL292.35º57.95%65.49%-
HSV(B)292.35º46.79%85.49%-
XYZ44.0830.5369.9-
YUV154.24163.99164.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 116 (45.70% from 255) = 21.52%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=38.03%
G=21.52%
B=40.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051162180.060.4700.15292.3557.9565.49
HexCD74DA62F0F1243a41
Octal31516433265701744472101
Binary11001101111010011011010110101111011111001001001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD74DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD74DA; }

 p { color: rgb(205,116,218); }

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

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

 a { background-color: rgb(205,116,218); }

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

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

 span { border-color: rgb(205,116,218); }

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