#C875BD

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

Shades of Orchid #C875BD

Tints of Orchid #C875BD

Color information

#C875BD (or 0xC875BD) is unknown color: approx Orchid. HEX triplet: C8, 75 and BD. RGB value is (200,117,189). Sum of RGB (Red+Green+Blue) = 200+117+189=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C875BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875BD is #378A42. Grayscale: #959595. Windows color (decimal): -3639875 or 12416456. OLE color: 12416456.

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

Color convert

RGB200117189-
CMYK00.420.060.22
HSL307.95º43.01%62.16%-
HSV(B)307.95º41.5%78.43%-
XYZ39.3728.6851.6-
YUV150.02150163.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.53%
GREEN value IS 117 (46.09% from 255) = 23.12%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=39.53%
G=23.12%
B=37.35%

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
Decimal20011718900.420.060.22307.9543.0162.16
HexC875BD02A6161342b3e
Octal3101652750526264645376
Binary11001000111010110111101010101011010110100110100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C875BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C875BD; }

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

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

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

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

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

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

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

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