#CB79B7

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

Shades of Orchid #CB79B7

Tints of Orchid #CB79B7

Color information

#CB79B7 (or 0xCB79B7) is unknown color: approx Orchid. HEX triplet: CB, 79 and B7. RGB value is (203,121,183). Sum of RGB (Red+Green+Blue) = 203+121+183=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB79B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79B7 is #348648. Grayscale: #989898. Windows color (decimal): -3442249 or 12024267. OLE color: 12024267.

HSL color Cylindrical-coordinate representation of color #CB79B7: hue angle of 314.63º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB79B7 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB203121183-
CMYK00.400.100.20
HSL314.63º44.09%63.53%-
HSV(B)314.63º40.39%79.61%-
XYZ40.0129.7948.44-
YUV152.59145.17163.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 121 (47.66% from 255) = 23.87%
BLUE value IS 183 (71.88% from 255) = 36.09%
R=40.04%
G=23.87%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312118300.400.100.20314.6344.0963.53
HexCB79B7028A1413b2c40
Octal313171267050122447354100
Binary1100101111110011011011101010001010101001001110111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB79B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB79B7; }

 p { color: rgb(203,121,183); }

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

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

 a { background-color: rgb(203,121,183); }

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

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

 span { border-color: rgb(203,121,183); }

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