#CD75BB

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

Shades of Orchid #CD75BB

Tints of Orchid #CD75BB

Color information

#CD75BB (or 0xCD75BB) is unknown color: approx Orchid. HEX triplet: CD, 75 and BB. RGB value is (205,117,187). Sum of RGB (Red+Green+Blue) = 205+117+187=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CD75BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD75BB is #328A44. Grayscale: #979797. Windows color (decimal): -3312197 or 12285389. OLE color: 12285389.

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

Color convert

RGB205117187-
CMYK00.430.090.20
HSL312.27º46.81%63.14%-
HSV(B)312.27º42.93%80.39%-
XYZ40.5129.2950.53-
YUV151.29148.15166.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.28%
GREEN value IS 117 (46.09% from 255) = 22.99%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=40.28%
G=22.99%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511718700.430.090.20312.2746.8163.14
HexCD75BB02B9141382f3f
Octal31516527305311244705777
Binary110011011110101101110110101011100110100100111000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD75BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD75BB; }

 p { color: rgb(205,117,187); }

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

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

 a { background-color: rgb(205,117,187); }

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

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

 span { border-color: rgb(205,117,187); }

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