#CB84C6

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

Shades of Orchid #CB84C6

Tints of Orchid #CB84C6

Color information

#CB84C6 (or 0xCB84C6) is unknown color: approx Orchid. HEX triplet: CB, 84 and C6. RGB value is (203,132,198). Sum of RGB (Red+Green+Blue) = 203+132+198=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CB84C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84C6 is #347B39. Grayscale: #A0A0A0. Windows color (decimal): -3439418 or 13010123. OLE color: 13010123.

HSL color Cylindrical-coordinate representation of color #CB84C6: hue angle of 304.23º 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 #CB84C6 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB203132198-
CMYK00.350.020.20
HSL304.23º40.57%65.69%-
HSV(B)304.23º34.98%79.61%-
XYZ43.0733.2857.58-
YUV160.75149.02158.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 132 (51.95% from 255) = 24.77%
BLUE value IS 198 (77.73% from 255) = 37.15%
R=38.09%
G=24.77%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313219800.350.020.20304.2340.5765.69
HexCB84C60232141302942
Octal31320430604322446051102
Binary110010111000010011000110010001110101001001100001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB84C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB84C6; }

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

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

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

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

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

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

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

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