#C872BE

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

Shades of Orchid #C872BE

Tints of Orchid #C872BE

Color information

#C872BE (or 0xC872BE) is unknown color: approx Orchid. HEX triplet: C8, 72 and BE. RGB value is (200,114,190). Sum of RGB (Red+Green+Blue) = 200+114+190=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C872BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872BE is #378D41. Grayscale: #949494. Windows color (decimal): -3640642 or 12481224. OLE color: 12481224.

HSL color Cylindrical-coordinate representation of color #C872BE: hue angle of 306.98º 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 #C872BE is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB200114190-
CMYK00.430.050.22
HSL306.98º43.88%61.57%-
HSV(B)306.98º43%78.43%-
XYZ39.1328.0352.06-
YUV148.38151.49164.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.68%
GREEN value IS 114 (44.92% from 255) = 22.62%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=39.68%
G=22.62%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011419000.430.050.22306.9843.8861.57
HexC872BE02B5161332c3e
Octal3101622760535264635476
Binary11001000111001010111110010101110110110100110011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C872BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C872BE; }

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

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

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

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

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

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

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

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