#CB82BD

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

Shades of Orchid #CB82BD

Tints of Orchid #CB82BD

Color information

#CB82BD (or 0xCB82BD) is unknown color: approx Orchid. HEX triplet: CB, 82 and BD. RGB value is (203,130,189). Sum of RGB (Red+Green+Blue) = 203+130+189=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CB82BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB82BD is #347D42. Grayscale: #9E9E9E. Windows color (decimal): -3439939 or 12419787. OLE color: 12419787.

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

Color convert

RGB203130189-
CMYK00.360.070.20
HSL311.51º41.24%65.29%-
HSV(B)311.51º35.96%79.61%-
XYZ41.832.3452.18-
YUV158.55145.18159.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 130 (51.17% from 255) = 24.90%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=38.89%
G=24.90%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313018900.360.070.20311.5141.2465.29
HexCB82BD0247141382941
Octal31320227504472447051101
Binary1100101110000010101111010100100111101001001110001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB82BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB82BD; }

 p { color: rgb(203,130,189); }

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

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

 a { background-color: rgb(203,130,189); }

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

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

 span { border-color: rgb(203,130,189); }

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