#CD74B9

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

Shades of Orchid #CD74B9

Tints of Orchid #CD74B9

Color information

#CD74B9 (or 0xCD74B9) is unknown color: approx Orchid. HEX triplet: CD, 74 and B9. RGB value is (205,116,185). Sum of RGB (Red+Green+Blue) = 205+116+185=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CD74B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74B9 is #328B46. Grayscale: #969696. Windows color (decimal): -3312455 or 12154061. OLE color: 12154061.

HSL color Cylindrical-coordinate representation of color #CD74B9: hue angle of 313.48º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD74B9 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB205116185-
CMYK00.430.100.20
HSL313.48º47.09%62.94%-
HSV(B)313.48º43.41%80.39%-
XYZ40.1828.9749.37-
YUV150.48147.49166.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 116 (45.70% from 255) = 22.92%
BLUE value IS 185 (72.66% from 255) = 36.56%
R=40.51%
G=22.92%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511618500.430.100.20313.4847.0962.94
HexCD74B902BA141392f3f
Octal31516427105312244715777
Binary110011011110100101110010101011101010100100111001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD74B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD74B9; }

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

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

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

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

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

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

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

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