#CD77CF

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

Shades of Orchid #CD77CF

Tints of Orchid #CD77CF

Color information

#CD77CF (or 0xCD77CF) is unknown color: approx Orchid. HEX triplet: CD, 77 and CF. RGB value is (205,119,207). Sum of RGB (Red+Green+Blue) = 205+119+207=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD77CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77CF is #328830. Grayscale: #9A9A9A. Windows color (decimal): -3311665 or 13596621. OLE color: 13596621.

HSL color Cylindrical-coordinate representation of color #CD77CF: hue angle of 298.64º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD77CF is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205119207-
CMYK0.010.4300.19
HSL298.64º47.83%63.92%-
HSV(B)298.64º42.51%81.18%-
XYZ43.0430.6862.68-
YUV154.75157.49163.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 119 (46.88% from 255) = 22.41%
BLUE value IS 207 (81.25% from 255) = 38.98%
R=38.61%
G=22.41%
B=38.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051192070.010.4300.19298.6447.8363.92
HexCD77CF12B01312b3040
Octal31516731715302345360100
Binary1100110111101111100111111010110100111001010111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD77CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD77CF; }

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

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

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

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

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

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

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

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