#CD74DC

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

Shades of Orchid #CD74DC

Tints of Orchid #CD74DC

Color information

#CD74DC (or 0xCD74DC) is unknown color: approx Orchid. HEX triplet: CD, 74 and DC. RGB value is (205,116,220). Sum of RGB (Red+Green+Blue) = 205+116+220=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD74DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74DC is #328B23. Grayscale: #9A9A9A. Windows color (decimal): -3312420 or 14447821. OLE color: 14447821.

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

Color convert

RGB205116220-
CMYK0.070.4700.14
HSL291.35º59.77%65.88%-
HSV(B)291.35º47.27%86.27%-
XYZ44.3430.6471.29-
YUV154.47164.99164.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 116 (45.70% from 255) = 21.44%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=37.89%
G=21.44%
B=40.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051162200.070.4700.14291.3559.7765.88
HexCD74DC72F0E1233c42
Octal31516433475701644374102
Binary11001101111010011011100111101111011101001000111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD74DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD74DC; }

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

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

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

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

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

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

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

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