#cb7fbb

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

Shades of Orchid #CB7FBB

Tints of Orchid #CB7FBB

Color information

#CB7FBB (or 0xCB7FBB) is unknown color: approx Orchid. HEX triplet: CB, 7F and BB. RGB value is (203,127,187). Sum of RGB (Red+Green+Blue) = 203+127+187=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FBB is #348044. Grayscale: #9C9C9C. Windows color (decimal): -3440709 or 12287947. OLE color: 12287947.

HSL color Cylindrical-coordinate representation of color #CB7FBB: hue angle of 312.63º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB7FBB is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB203127187-
CMYK00.370.080.20
HSL312.63º42.22%64.71%-
HSV(B)312.63º37.44%79.61%-
XYZ41.1931.4650.92-
YUV156.56145.18161.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 127 (50% from 255) = 24.56%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=39.26%
G=24.56%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312718700.370.080.20312.6342.2264.71
HexCB7FBB0258141392a41
Octal313177273045102447152101
Binary1100101111111111011101101001011000101001001110011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb7fbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb7fbb; }

 p { color: rgb(203,127,187); }

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

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

 a { background-color: rgb(203,127,187); }

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

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

 span { border-color: rgb(203,127,187); }

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