#cf7bbb

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

Shades of Orchid #CF7BBB

Tints of Orchid #CF7BBB

Color information

#CF7BBB (or 0xCF7BBB) is unknown color: approx Orchid. HEX triplet: CF, 7B and BB. RGB value is (207,123,187). Sum of RGB (Red+Green+Blue) = 207+123+187=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BBB is #308444. Grayscale: #9B9B9B. Windows color (decimal): -3179589 or 12286927. OLE color: 12286927.

HSL color Cylindrical-coordinate representation of color #CF7BBB: hue angle of 314.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7BBB is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207123187-
CMYK00.410.100.19
HSL314.29º46.67%64.71%-
HSV(B)314.29º40.58%81.18%-
XYZ41.7831.0250.8-
YUV155.41145.83164.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 123 (48.44% from 255) = 23.79%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=40.04%
G=23.79%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712318700.410.100.19314.2946.6764.71
HexCF7BBB029A1313a2f41
Octal317173273051122347257101
Binary1100111111110111011101101010011010100111001110101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf7bbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf7bbb; }

 p { color: rgb(207,123,187); }

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

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

 a { background-color: rgb(207,123,187); }

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

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

 span { border-color: rgb(207,123,187); }

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