#C872BD

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

Shades of Orchid #C872BD

Tints of Orchid #C872BD

Color information

#C872BD (or 0xC872BD) is unknown color: approx Orchid. HEX triplet: C8, 72 and BD. RGB value is (200,114,189). Sum of RGB (Red+Green+Blue) = 200+114+189=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C872BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872BD is #378D42. Grayscale: #949494. Windows color (decimal): -3640643 or 12415688. OLE color: 12415688.

HSL color Cylindrical-coordinate representation of color #C872BD: hue angle of 307.67º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C872BD is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200114189-
CMYK00.430.060.22
HSL307.67º43.88%61.57%-
HSV(B)307.67º43%78.43%-
XYZ39.0227.9951.49-
YUV148.26150.99164.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 114 (44.92% from 255) = 22.66%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=39.76%
G=22.66%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011418900.430.060.22307.6743.8861.57
HexC872BD02B6161342c3e
Octal3101622750536264645476
Binary11001000111001010111101010101111010110100110100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C872BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C872BD; }

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

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

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

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

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

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

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

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