#CB82CD

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

Shades of Orchid #CB82CD

Tints of Orchid #CB82CD

Color information

#CB82CD (or 0xCB82CD) is unknown color: approx Orchid. HEX triplet: CB, 82 and CD. RGB value is (203,130,205). Sum of RGB (Red+Green+Blue) = 203+130+205=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB82CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB82CD is #347D32. Grayscale: #A0A0A0. Windows color (decimal): -3439923 or 13468363. OLE color: 13468363.

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

Color convert

RGB203130205-
CMYK0.010.3700.20
HSL298.4º42.86%65.69%-
HSV(B)298.4º36.59%80.39%-
XYZ43.6333.0761.84-
YUV160.38153.18158.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 130 (51.17% from 255) = 24.16%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=37.73%
G=24.16%
B=38.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031302050.010.3700.20298.442.8665.69
HexCB82CD12501412a2b42
Octal31320231514502445253102
Binary11001011100000101100110111001010101001001010101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB82CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB82CD; }

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

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

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

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

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

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

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

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