#CB84CB

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

Shades of Orchid #CB84CB

Tints of Orchid #CB84CB

Color information

#CB84CB (or 0xCB84CB) is unknown color: approx Orchid. HEX triplet: CB, 84 and CB. RGB value is (203,132,203). Sum of RGB (Red+Green+Blue) = 203+132+203=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB84CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84CB is #347B34. Grayscale: #A1A1A1. Windows color (decimal): -3439413 or 13337803. OLE color: 13337803.

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

Color convert

RGB203132203-
CMYK00.3500.20
HSL300º40.57%65.69%-
HSV(B)300º34.98%79.61%-
XYZ43.6633.5160.67-
YUV161.32151.52157.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 132 (51.95% from 255) = 24.54%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=37.73%
G=24.54%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313220300.3500.2030040.5765.69
HexCB84CB02301412c2942
Octal31320431304302445451102
Binary11001011100001001100101101000110101001001011001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB84CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB84CB; }

 p { color: rgb(203,132,203); }

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

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

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

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

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

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

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