#C771DE

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

Shades of Orchid #C771DE

Tints of Orchid #C771DE

Color information

#C771DE (or 0xC771DE) is unknown color: approx Orchid. HEX triplet: C7, 71 and DE. RGB value is (199,113,222). Sum of RGB (Red+Green+Blue) = 199+113+222=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #C771DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771DE is #388E21. Grayscale: #969696. Windows color (decimal): -3706402 or 14578119. OLE color: 14578119.

HSL color Cylindrical-coordinate representation of color #C771DE: hue angle of 287.34º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C771DE is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199113222-
CMYK0.100.4900.13
HSL287.34º62.29%65.69%-
HSV(B)287.34º49.1%87.06%-
XYZ42.6429.2372.5-
YUV151.14167.99162.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.27%
GREEN value IS 113 (44.53% from 255) = 21.16%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=37.27%
G=21.16%
B=41.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991132220.100.4900.13287.3462.2965.69
HexC771DEA310D11f3e42
Octal307161336126101543776102
Binary110001111110001110111101010110001011011000111111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C771DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C771DE; }

 p { color: rgb(199,113,222); }

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

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

 a { background-color: rgb(199,113,222); }

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

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

 span { border-color: rgb(199,113,222); }

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