#C875DA

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

Shades of Orchid #C875DA

Tints of Orchid #C875DA

Color information

#C875DA (or 0xC875DA) is unknown color: approx Orchid. HEX triplet: C8, 75 and DA. RGB value is (200,117,218). Sum of RGB (Red+Green+Blue) = 200+117+218=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #C875DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875DA is #378A25. Grayscale: #999999. Windows color (decimal): -3639846 or 14317000. OLE color: 14317000.

HSL color Cylindrical-coordinate representation of color #C875DA: hue angle of 289.31º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C875DA is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200117218-
CMYK0.080.4600.15
HSL289.31º57.71%65.69%-
HSV(B)289.31º46.33%85.49%-
XYZ42.8430.0669.87-
YUV153.33164.5161.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.38%
GREEN value IS 117 (46.09% from 255) = 21.87%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=37.38%
G=21.87%
B=40.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001172180.080.4600.15289.3157.7165.69
HexC875DA82E0F1213a42
Octal310165332105601744172102
Binary110010001110101110110101000101110011111001000011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C875DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C875DA; }

 p { color: rgb(200,117,218); }

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

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

 a { background-color: rgb(200,117,218); }

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

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

 span { border-color: rgb(200,117,218); }

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