#CB83CD

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

Shades of Orchid #CB83CD

Tints of Orchid #CB83CD

Color information

#CB83CD (or 0xCB83CD) is unknown color: approx Orchid. HEX triplet: CB, 83 and CD. RGB value is (203,131,205). Sum of RGB (Red+Green+Blue) = 203+131+205=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB83CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83CD is #347C32. Grayscale: #A0A0A0. Windows color (decimal): -3439667 or 13468619. OLE color: 13468619.

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

Color convert

RGB203131205-
CMYK0.010.3600.20
HSL298.38º42.53%65.88%-
HSV(B)298.38º36.1%80.39%-
XYZ43.7633.3461.89-
YUV160.96152.85157.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 131 (51.56% from 255) = 24.30%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=37.66%
G=24.30%
B=38.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031312050.010.3600.20298.3842.5365.88
HexCB83CD12401412a2b42
Octal31320331514402445253102
Binary11001011100000111100110111001000101001001010101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB83CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB83CD; }

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

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

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

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

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

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

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

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