#CD7BB9

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

Shades of Orchid #CD7BB9

Tints of Orchid #CD7BB9

Color information

#CD7BB9 (or 0xCD7BB9) is unknown color: approx Orchid. HEX triplet: CD, 7B and B9. RGB value is (205,123,185). Sum of RGB (Red+Green+Blue) = 205+123+185=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7BB9 is #328446. Grayscale: #9A9A9A. Windows color (decimal): -3310663 or 12155853. OLE color: 12155853.

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

Color convert

RGB205123185-
CMYK00.40.100.20
HSL314.63º45.05%64.31%-
HSV(B)314.63º40%80.39%-
XYZ41.0230.6549.65-
YUV154.59145.17163.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 123 (48.44% from 255) = 23.98%
BLUE value IS 185 (72.66% from 255) = 36.06%
R=39.96%
G=23.98%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512318500.40.100.20314.6345.0564.31
HexCD7BB9028A1413b2d40
Octal315173271050122447355100
Binary1100110111110111011100101010001010101001001110111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7BB9; }

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

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

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

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

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

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

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

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