#CD74BD

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

Shades of Orchid #CD74BD

Tints of Orchid #CD74BD

Color information

#CD74BD (or 0xCD74BD) is unknown color: approx Orchid. HEX triplet: CD, 74 and BD. RGB value is (205,116,189). Sum of RGB (Red+Green+Blue) = 205+116+189=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CD74BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74BD is #328B42. Grayscale: #969696. Windows color (decimal): -3312451 or 12416205. OLE color: 12416205.

HSL color Cylindrical-coordinate representation of color #CD74BD: hue angle of 310.79º 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 #CD74BD is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB205116189-
CMYK00.430.080.20
HSL310.79º47.09%62.94%-
HSV(B)310.79º43.41%80.39%-
XYZ40.6129.1451.63-
YUV150.93149.49166.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 116 (45.70% from 255) = 22.75%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=40.20%
G=22.75%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511618900.430.080.20310.7947.0962.94
HexCD74BD02B8141372f3f
Octal31516427505310244675777
Binary110011011110100101111010101011100010100100110111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD74BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD74BD; }

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

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

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

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

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

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

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

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