#CD77BE

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

Shades of Orchid #CD77BE

Tints of Orchid #CD77BE

Color information

#CD77BE (or 0xCD77BE) is unknown color: approx Orchid. HEX triplet: CD, 77 and BE. RGB value is (205,119,190). Sum of RGB (Red+Green+Blue) = 205+119+190=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77BE is #328841. Grayscale: #989898. Windows color (decimal): -3311682 or 12482509. OLE color: 12482509.

HSL color Cylindrical-coordinate representation of color #CD77BE: hue angle of 310.47º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD77BE is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB205119190-
CMYK00.420.070.20
HSL310.47º46.24%63.53%-
HSV(B)310.47º41.95%80.39%-
XYZ41.0729.8952.32-
YUV152.81148.99165.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 119 (46.88% from 255) = 23.15%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=39.88%
G=23.15%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511919000.420.070.20310.4746.2463.53
HexCD77BE02A7141362e40
Octal31516727605272446656100
Binary110011011110111101111100101010111101001001101101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD77BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD77BE; }

 p { color: rgb(205,119,190); }

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

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

 a { background-color: rgb(205,119,190); }

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

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

 span { border-color: rgb(205,119,190); }

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