#CF77D0

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

Shades of Orchid #CF77D0

Tints of Orchid #CF77D0

Color information

#CF77D0 (or 0xCF77D0) is unknown color: approx Orchid. HEX triplet: CF, 77 and D0. RGB value is (207,119,208). Sum of RGB (Red+Green+Blue) = 207+119+208=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF77D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77D0 is #30882F. Grayscale: #9B9B9B. Windows color (decimal): -3180592 or 13662159. OLE color: 13662159.

HSL color Cylindrical-coordinate representation of color #CF77D0: hue angle of 299.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF77D0 is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207119208-
CMYK0.000.4300.18
HSL299.33º48.63%64.12%-
HSV(B)299.33º42.79%81.57%-
XYZ43.7131.0163.36-
YUV155.46157.65164.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.76%
GREEN value IS 119 (46.88% from 255) = 22.28%
BLUE value IS 208 (81.64% from 255) = 38.95%
R=38.76%
G=22.28%
B=38.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071192080.000.4300.18299.3348.6364.12
HexCF77D002B01212b3140
Octal31716732005302245361100
Binary1100111111101111101000001010110100101001010111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF77D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF77D0; }

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

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

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

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

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

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

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

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