#C874CF

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

Shades of Orchid #C874CF

Tints of Orchid #C874CF

Color information

#C874CF (or 0xC874CF) is unknown color: approx Orchid. HEX triplet: C8, 74 and CF. RGB value is (200,116,207). Sum of RGB (Red+Green+Blue) = 200+116+207=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #C874CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874CF is #378B30. Grayscale: #979797. Windows color (decimal): -3640113 or 13595848. OLE color: 13595848.

HSL color Cylindrical-coordinate representation of color #C874CF: hue angle of 295.38º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C874CF is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB200116207-
CMYK0.030.4400.19
HSL295.38º48.66%63.33%-
HSV(B)295.38º43.96%81.18%-
XYZ41.3329.2862.5-
YUV151.49159.33162.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.24%
GREEN value IS 116 (45.70% from 255) = 22.18%
BLUE value IS 207 (81.25% from 255) = 39.58%
R=38.24%
G=22.18%
B=39.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001162070.030.4400.19295.3848.6663.33
HexC874CF32C013127313f
Octal3101643173540234476177
Binary1100100011101001100111111101100010011100100111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C874CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C874CF; }

 p { color: rgb(200,116,207); }

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

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

 a { background-color: rgb(200,116,207); }

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

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

 span { border-color: rgb(200,116,207); }

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