#C775D3

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

Shades of Orchid #C775D3

Tints of Orchid #C775D3

Color information

#C775D3 (or 0xC775D3) is unknown color: approx Orchid. HEX triplet: C7, 75 and D3. RGB value is (199,117,211). Sum of RGB (Red+Green+Blue) = 199+117+211=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 211 - color contains mainly: blue. Hex color #C775D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775D3 is #388A2C. Grayscale: #979797. Windows color (decimal): -3705389 or 13858247. OLE color: 13858247.

HSL color Cylindrical-coordinate representation of color #C775D3: hue angle of 292.34º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C775D3 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB199117211-
CMYK0.060.4500.17
HSL292.34º51.65%64.31%-
HSV(B)292.34º44.55%82.75%-
XYZ41.6729.5765.14-
YUV152.23161.17161.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.76%
GREEN value IS 117 (46.09% from 255) = 22.20%
BLUE value IS 211 (82.81% from 255) = 40.04%
R=37.76%
G=22.20%
B=40.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1991172110.060.4500.17292.3451.6564.31
HexC775D362D0111243440
Octal30716532365502144464100
Binary110001111110101110100111101011010100011001001001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C775D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C775D3; }

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

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

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

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

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

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

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

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