#C873CD

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

Shades of Orchid #C873CD

Tints of Orchid #C873CD

Color information

#C873CD (or 0xC873CD) is unknown color: approx Orchid. HEX triplet: C8, 73 and CD. RGB value is (200,115,205). Sum of RGB (Red+Green+Blue) = 200+115+205=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #C873CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873CD is #378C32. Grayscale: #969696. Windows color (decimal): -3640371 or 13464520. OLE color: 13464520.

HSL color Cylindrical-coordinate representation of color #C873CD: hue angle of 296.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C873CD is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200115205-
CMYK0.020.4400.20
HSL296.67º47.37%62.75%-
HSV(B)296.67º43.9%80.39%-
XYZ40.9728.9561.19-
YUV150.67158.66163.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 115 (45.31% from 255) = 22.12%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=38.46%
G=22.12%
B=39.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001152050.020.4400.20296.6747.3762.75
HexC873CD22C0141292f3f
Octal3101633152540244515777
Binary1100100011100111100110110101100010100100101001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C873CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C873CD; }

 p { color: rgb(200,115,205); }

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

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

 a { background-color: rgb(200,115,205); }

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

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

 span { border-color: rgb(200,115,205); }

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