#C775DD

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

Shades of Orchid #C775DD

Tints of Orchid #C775DD

Color information

#C775DD (or 0xC775DD) is unknown color: approx Orchid. HEX triplet: C7, 75 and DD. RGB value is (199,117,221). Sum of RGB (Red+Green+Blue) = 199+117+221=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #C775DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775DD is #388A22. Grayscale: #999999. Windows color (decimal): -3705379 or 14513607. OLE color: 14513607.

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

Color convert

RGB199117221-
CMYK0.100.4700.13
HSL287.31º60.47%66.27%-
HSV(B)287.31º47.06%86.67%-
XYZ42.9730.0971.95-
YUV153.37166.17160.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.06%
GREEN value IS 117 (46.09% from 255) = 21.79%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=37.06%
G=21.79%
B=41.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991172210.100.4700.13287.3160.4766.27
HexC775DDA2F0D11f3c42
Octal307165335125701543774102
Binary110001111110101110111011010101111011011000111111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C775DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C775DD; }

 p { color: rgb(199,117,221); }

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

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

 a { background-color: rgb(199,117,221); }

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

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

 span { border-color: rgb(199,117,221); }

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