#CD7ACB

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

Shades of Orchid #CD7ACB

Tints of Orchid #CD7ACB

Color information

#CD7ACB (or 0xCD7ACB) is unknown color: approx Orchid. HEX triplet: CD, 7A and CB. RGB value is (205,122,203). Sum of RGB (Red+Green+Blue) = 205+122+203=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7ACB is #328534. Grayscale: #9B9B9B. Windows color (decimal): -3310901 or 13335245. OLE color: 13335245.

HSL color Cylindrical-coordinate representation of color #CD7ACB: hue angle of 301.45º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7ACB is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB205122203-
CMYK00.400.010.20
HSL301.45º45.36%64.12%-
HSV(B)301.45º40.49%80.39%-
XYZ42.9231.2160.26-
YUV156.05154.5162.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 122 (48.05% from 255) = 23.02%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=38.68%
G=23.02%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512220300.400.010.20301.4545.3664.12
HexCD7ACB02811412d2d40
Octal31517231305012445555100
Binary1100110111110101100101101010001101001001011011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7ACB; }

 p { color: rgb(205,122,203); }

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

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

 a { background-color: rgb(205,122,203); }

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

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

 span { border-color: rgb(205,122,203); }

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