#C883C7

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

Shades of Orchid #C883C7

Tints of Orchid #C883C7

Color information

#C883C7 (or 0xC883C7) is unknown color: approx Orchid. HEX triplet: C8, 83 and C7. RGB value is (200,131,199). Sum of RGB (Red+Green+Blue) = 200+131+199=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C883C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883C7 is #377C38. Grayscale: #9F9F9F. Windows color (decimal): -3636281 or 13075400. OLE color: 13075400.

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

Color convert

RGB200131199-
CMYK00.340.000.22
HSL300.87º38.55%64.9%-
HSV(B)300.87º34.5%78.43%-
XYZ42.2432.6458.11-
YUV159.38150.36156.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 131 (51.56% from 255) = 24.72%
BLUE value IS 199 (78.12% from 255) = 37.55%
R=37.74%
G=24.72%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013119900.340.000.22300.8738.5564.9
HexC883C702201612d2741
Octal31020330704202645547101
Binary11001000100000111100011101000100101101001011011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C883C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C883C7; }

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

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

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

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

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

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

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

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