#CB7BBA

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

Shades of Orchid #CB7BBA

Tints of Orchid #CB7BBA

Color information

#CB7BBA (or 0xCB7BBA) is unknown color: approx Orchid. HEX triplet: CB, 7B and BA. RGB value is (203,123,186). Sum of RGB (Red+Green+Blue) = 203+123+186=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7BBA is #348445. Grayscale: #999999. Windows color (decimal): -3441734 or 12221387. OLE color: 12221387.

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

Color convert

RGB203123186-
CMYK00.390.080.20
HSL312.75º43.48%63.92%-
HSV(B)312.75º39.41%79.61%-
XYZ40.5730.4150.19-
YUV154.1146162.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.65%
GREEN value IS 123 (48.44% from 255) = 24.02%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=39.65%
G=24.02%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312318600.390.080.20312.7543.4863.92
HexCB7BBA0278141392b40
Octal313173272047102447153100
Binary1100101111110111011101001001111000101001001110011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7BBA; }

 p { color: rgb(203,123,186); }

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

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

 a { background-color: rgb(203,123,186); }

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

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

 span { border-color: rgb(203,123,186); }

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