#CF77CD

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

Shades of Orchid #CF77CD

Tints of Orchid #CF77CD

Color information

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

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

Color convert

RGB207119205-
CMYK00.430.010.19
HSL301.36º47.83%63.92%-
HSV(B)301.36º42.51%81.18%-
XYZ43.3530.8761.43-
YUV155.12156.15165.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711920500.430.010.19301.3647.8363.92
HexCF77CD02B11312d3040
Octal31716731505312345560100
Binary1100111111101111100110101010111100111001011011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF77CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF77CD; }

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

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

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

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

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

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

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

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