#C775D0

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

Shades of Orchid #C775D0

Tints of Orchid #C775D0

Color information

#C775D0 (or 0xC775D0) is unknown color: approx Orchid. HEX triplet: C7, 75 and D0. RGB value is (199,117,208). Sum of RGB (Red+Green+Blue) = 199+117+208=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #C775D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775D0 is #388A2F. Grayscale: #979797. Windows color (decimal): -3705392 or 13661639. OLE color: 13661639.

HSL color Cylindrical-coordinate representation of color #C775D0: hue angle of 294.07º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C775D0 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB199117208-
CMYK0.040.4400.18
HSL294.07º49.19%63.73%-
HSV(B)294.07º43.75%81.57%-
XYZ41.329.4263.18-
YUV151.89159.67161.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.98%
GREEN value IS 117 (46.09% from 255) = 22.33%
BLUE value IS 208 (81.64% from 255) = 39.69%
R=37.98%
G=22.33%
B=39.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1991172080.040.4400.18294.0749.1963.73
HexC775D042C0121263140
Octal30716532045402244661100
Binary110001111110101110100001001011000100101001001101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C775D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C775D0; }

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

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

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

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

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

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

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

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