#C775DA

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

Shades of Orchid #C775DA

Tints of Orchid #C775DA

Color information

#C775DA (or 0xC775DA) is unknown color: approx Orchid. HEX triplet: C7, 75 and DA. RGB value is (199,117,218). Sum of RGB (Red+Green+Blue) = 199+117+218=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #C775DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775DA is #388A25. Grayscale: #989898. Windows color (decimal): -3705382 or 14316999. OLE color: 14316999.

HSL color Cylindrical-coordinate representation of color #C775DA: hue angle of 288.71º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C775DA is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB199117218-
CMYK0.090.4600.15
HSL288.71º57.71%65.69%-
HSV(B)288.71º46.33%85.49%-
XYZ42.5729.9369.86-
YUV153.03164.67160.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.27%
GREEN value IS 117 (46.09% from 255) = 21.91%
BLUE value IS 218 (85.55% from 255) = 40.82%
R=37.27%
G=21.91%
B=40.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991172180.090.4600.15288.7157.7165.69
HexC775DA92E0F1213a42
Octal307165332115601744172102
Binary110001111110101110110101001101110011111001000011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C775DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C775DA; }

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

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

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

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

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

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

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

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