#CD7ABD

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

Shades of Orchid #CD7ABD

Tints of Orchid #CD7ABD

Color information

#CD7ABD (or 0xCD7ABD) is unknown color: approx Orchid. HEX triplet: CD, 7A and BD. RGB value is (205,122,189). Sum of RGB (Red+Green+Blue) = 205+122+189=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7ABD is #328542. Grayscale: #9A9A9A. Windows color (decimal): -3310915 or 12417741. OLE color: 12417741.

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

Color convert

RGB205122189-
CMYK00.400.080.20
HSL311.57º45.36%64.12%-
HSV(B)311.57º40.49%80.39%-
XYZ41.3230.5751.87-
YUV154.45147.5164.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 122 (48.05% from 255) = 23.64%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=39.73%
G=23.64%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512218900.400.080.20311.5745.3664.12
HexCD7ABD0288141382d40
Octal315172275050102447055100
Binary1100110111110101011110101010001000101001001110001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7ABD; }

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

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

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

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

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

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

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

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