#C772DE

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

Shades of Orchid #C772DE

Tints of Orchid #C772DE

Color information

#C772DE (or 0xC772DE) is unknown color: approx Orchid. HEX triplet: C7, 72 and DE. RGB value is (199,114,222). Sum of RGB (Red+Green+Blue) = 199+114+222=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #C772DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772DE is #388D21. Grayscale: #979797. Windows color (decimal): -3706146 or 14578375. OLE color: 14578375.

HSL color Cylindrical-coordinate representation of color #C772DE: hue angle of 287.22º 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 #C772DE is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199114222-
CMYK0.100.4900.13
HSL287.22º62.07%65.88%-
HSV(B)287.22º48.65%87.06%-
XYZ42.7629.4572.54-
YUV151.73167.66161.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.20%
GREEN value IS 114 (44.92% from 255) = 21.31%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=37.20%
G=21.31%
B=41.50%

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
Decimal1991142220.100.4900.13287.2262.0765.88
HexC772DEA310D11f3e42
Octal307162336126101543776102
Binary110001111110010110111101010110001011011000111111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C772DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C772DE; }

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

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

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

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

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

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

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

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