#CD83D7

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

Shades of Orchid #CD83D7

Tints of Orchid #CD83D7

Color information

#CD83D7 (or 0xCD83D7) is unknown color: approx Orchid. HEX triplet: CD, 83 and D7. RGB value is (205,131,215). Sum of RGB (Red+Green+Blue) = 205+131+215=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD83D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD83D7 is #327C28. Grayscale: #A2A2A2. Windows color (decimal): -3308585 or 14123981. OLE color: 14123981.

HSL color Cylindrical-coordinate representation of color #CD83D7: hue angle of 292.86º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD83D7 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205131215-
CMYK0.050.3900.16
HSL292.86º51.22%67.84%-
HSV(B)292.86º39.07%84.31%-
XYZ45.5634.1268.47-
YUV162.7157.52158.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.21%
GREEN value IS 131 (51.56% from 255) = 23.77%
BLUE value IS 215 (84.38% from 255) = 39.02%
R=37.21%
G=23.77%
B=39.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051312150.050.3900.16292.8651.2267.84
HexCD83D75270101253344
Octal31520332754702044563104
Binary1100110110000011110101111011001110100001001001011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD83D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD83D7; }

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

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

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

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

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

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

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

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