#C775BD

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

Shades of Orchid #C775BD

Tints of Orchid #C775BD

Color information

#C775BD (or 0xC775BD) is unknown color: approx Orchid. HEX triplet: C7, 75 and BD. RGB value is (199,117,189). Sum of RGB (Red+Green+Blue) = 199+117+189=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C775BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775BD is #388A42. Grayscale: #959595. Windows color (decimal): -3705411 or 12416455. OLE color: 12416455.

HSL color Cylindrical-coordinate representation of color #C775BD: hue angle of 307.32º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C775BD is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB199117189-
CMYK00.410.050.22
HSL307.32º42.27%61.96%-
HSV(B)307.32º41.21%78.04%-
XYZ39.128.5451.59-
YUV149.73150.17163.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.41%
GREEN value IS 117 (46.09% from 255) = 23.17%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=39.41%
G=23.17%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911718900.410.050.22307.3242.2761.96
HexC775BD0295161332a3e
Octal3071652750515264635276
Binary11000111111010110111101010100110110110100110011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C775BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C775BD; }

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

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

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

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

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

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

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

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