#C872D9

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

Shades of Orchid #C872D9

Tints of Orchid #C872D9

Color information

#C872D9 (or 0xC872D9) is unknown color: approx Orchid. HEX triplet: C8, 72 and D9. RGB value is (200,114,217). Sum of RGB (Red+Green+Blue) = 200+114+217=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #C872D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872D9 is #378D26. Grayscale: #979797. Windows color (decimal): -3640615 or 14250696. OLE color: 14250696.

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

Color convert

RGB200114217-
CMYK0.080.4700.15
HSL290.1º57.54%64.9%-
HSV(B)290.1º47.47%85.1%-
XYZ42.3629.3269.07-
YUV151.46164.99162.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.66%
GREEN value IS 114 (44.92% from 255) = 21.47%
BLUE value IS 217 (85.16% from 255) = 40.87%
R=37.66%
G=21.47%
B=40.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001142170.080.4700.15290.157.5464.9
HexC872D982F0F1223a41
Octal310162331105701744272101
Binary110010001110010110110011000101111011111001000101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C872D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C872D9; }

 p { color: rgb(200,114,217); }

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

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

 a { background-color: rgb(200,114,217); }

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

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

 span { border-color: rgb(200,114,217); }

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