#C774CF

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

Shades of Orchid #C774CF

Tints of Orchid #C774CF

Color information

#C774CF (or 0xC774CF) is unknown color: approx Orchid. HEX triplet: C7, 74 and CF. RGB value is (199,116,207). Sum of RGB (Red+Green+Blue) = 199+116+207=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #C774CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C774CF is #388B30. Grayscale: #969696. Windows color (decimal): -3705649 or 13595847. OLE color: 13595847.

HSL color Cylindrical-coordinate representation of color #C774CF: hue angle of 294.73º 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 #C774CF is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB199116207-
CMYK0.040.4400.19
HSL294.73º48.66%63.33%-
HSV(B)294.73º43.96%81.18%-
XYZ41.0629.1462.49-
YUV151.19159.5162.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.12%
GREEN value IS 116 (45.70% from 255) = 22.22%
BLUE value IS 207 (81.25% from 255) = 39.66%
R=38.12%
G=22.22%
B=39.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1991162070.040.4400.19294.7348.6663.33
HexC774CF42C013127313f
Octal3071643174540234476177
Binary11000111111010011001111100101100010011100100111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C774CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C774CF; }

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

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

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

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

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

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

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

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