#CB83C8

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

Shades of Orchid #CB83C8

Tints of Orchid #CB83C8

Color information

#CB83C8 (or 0xCB83C8) is unknown color: approx Orchid. HEX triplet: CB, 83 and C8. RGB value is (203,131,200). Sum of RGB (Red+Green+Blue) = 203+131+200=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83C8 is #347C37. Grayscale: #A0A0A0. Windows color (decimal): -3439672 or 13140939. OLE color: 13140939.

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

Color convert

RGB203131200-
CMYK00.350.010.20
HSL302.5º40.91%65.49%-
HSV(B)302.5º35.47%79.61%-
XYZ43.1733.158.76-
YUV160.39150.35158.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 131 (51.56% from 255) = 24.53%
BLUE value IS 200 (78.52% from 255) = 37.45%
R=38.01%
G=24.53%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313120000.350.010.20302.540.9165.49
HexCB83C802311412e2941
Octal31320331004312445651101
Binary11001011100000111100100001000111101001001011101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB83C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB83C8; }

 p { color: rgb(203,131,200); }

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

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

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

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

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

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

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