#C883D5

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

Shades of Orchid #C883D5

Tints of Orchid #C883D5

Color information

#C883D5 (or 0xC883D5) is unknown color: approx Orchid. HEX triplet: C8, 83 and D5. RGB value is (200,131,213). Sum of RGB (Red+Green+Blue) = 200+131+213=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 213 - color contains mainly: blue. Hex color #C883D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883D5 is #377C2A. Grayscale: #A0A0A0. Windows color (decimal): -3636267 or 13992904. OLE color: 13992904.

HSL color Cylindrical-coordinate representation of color #C883D5: hue angle of 290.49º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C883D5 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB200131213-
CMYK0.060.3800.16
HSL290.49º49.4%67.45%-
HSV(B)290.49º38.5%83.53%-
XYZ43.9533.3267.07-
YUV160.98157.36155.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.76%
GREEN value IS 131 (51.56% from 255) = 24.08%
BLUE value IS 213 (83.59% from 255) = 39.15%
R=36.76%
G=24.08%
B=39.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2001312130.060.3800.16290.4949.467.45
HexC883D56260101223143
Octal31020332564602044261103
Binary1100100010000011110101011101001100100001001000101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C883D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C883D5; }

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

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

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

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

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

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

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

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