#CF76B4

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

Shades of Orchid #CF76B4

Tints of Orchid #CF76B4

Color information

#CF76B4 (or 0xCF76B4) is unknown color: approx Orchid. HEX triplet: CF, 76 and B4. RGB value is (207,118,180). Sum of RGB (Red+Green+Blue) = 207+118+180=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76B4 is #30894B. Grayscale: #979797. Windows color (decimal): -3180876 or 11826895. OLE color: 11826895.

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

Color convert

RGB207118180-
CMYK00.430.130.19
HSL318.2º48.11%63.73%-
HSV(B)318.2º43%81.18%-
XYZ40.4529.5246.75-
YUV151.68143.99167.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.99%
GREEN value IS 118 (46.48% from 255) = 23.37%
BLUE value IS 180 (70.70% from 255) = 35.64%
R=40.99%
G=23.37%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711818000.430.130.19318.248.1163.73
HexCF76B402BD1313e3040
Octal317166264053152347660100
Binary1100111111101101011010001010111101100111001111101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF76B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF76B4; }

 p { color: rgb(207,118,180); }

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

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

 a { background-color: rgb(207,118,180); }

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

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

 span { border-color: rgb(207,118,180); }

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