#C875BC

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

Shades of Orchid #C875BC

Tints of Orchid #C875BC

Color information

#C875BC (or 0xC875BC) is unknown color: approx Orchid. HEX triplet: C8, 75 and BC. RGB value is (200,117,188). Sum of RGB (Red+Green+Blue) = 200+117+188=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C875BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875BC is #378A43. Grayscale: #959595. Windows color (decimal): -3639876 or 12350920. OLE color: 12350920.

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

Color convert

RGB200117188-
CMYK00.420.060.22
HSL308.67º43.01%62.16%-
HSV(B)308.67º41.5%78.43%-
XYZ39.2628.6351.03-
YUV149.91149.5163.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.60%
GREEN value IS 117 (46.09% from 255) = 23.17%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=39.60%
G=23.17%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011718800.420.060.22308.6743.0162.16
HexC875BC02A6161352b3e
Octal3101652740526264655376
Binary11001000111010110111100010101011010110100110101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C875BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C875BC; }

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

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

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

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

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

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

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

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