#C883C9

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

Shades of Orchid #C883C9

Tints of Orchid #C883C9

Color information

#C883C9 (or 0xC883C9) is unknown color: approx Orchid. HEX triplet: C8, 83 and C9. RGB value is (200,131,201). Sum of RGB (Red+Green+Blue) = 200+131+201=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 201 - color contains mainly: blue. Hex color #C883C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883C9 is #377C36. Grayscale: #9F9F9F. Windows color (decimal): -3636279 or 13206472. OLE color: 13206472.

HSL color Cylindrical-coordinate representation of color #C883C9: hue angle of 299.14º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C883C9 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB200131201-
CMYK0.000.3500.21
HSL299.14º39.33%65.1%-
HSV(B)299.14º34.83%78.82%-
XYZ42.4832.7359.34-
YUV159.61151.36156.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.59%
GREEN value IS 131 (51.56% from 255) = 24.62%
BLUE value IS 201 (78.91% from 255) = 37.78%
R=37.59%
G=24.62%
B=37.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001312010.000.3500.21299.1439.3365.1
HexC883C902301512b2741
Octal31020331104302545347101
Binary11001000100000111100100101000110101011001010111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C883C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C883C9; }

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

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

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

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

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

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

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

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