#C775BC

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

Shades of Orchid #C775BC

Tints of Orchid #C775BC

Color information

#C775BC (or 0xC775BC) is unknown color: approx Orchid. HEX triplet: C7, 75 and BC. RGB value is (199,117,188). Sum of RGB (Red+Green+Blue) = 199+117+188=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C775BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775BC is #388A43. Grayscale: #959595. Windows color (decimal): -3705412 or 12350919. OLE color: 12350919.

HSL color Cylindrical-coordinate representation of color #C775BC: hue angle of 308.05º 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 #C775BC is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB199117188-
CMYK00.410.060.22
HSL308.05º42.27%61.96%-
HSV(B)308.05º41.21%78.04%-
XYZ38.9928.551.02-
YUV149.61149.67163.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.48%
GREEN value IS 117 (46.09% from 255) = 23.21%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=39.48%
G=23.21%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911718800.410.060.22308.0542.2761.96
HexC775BC0296161342a3e
Octal3071652740516264645276
Binary11000111111010110111100010100111010110100110100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C775BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C775BC; }

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

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

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

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

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

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

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

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