#c775be

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

Shades of Orchid #C775BE

Tints of Orchid #C775BE

Color information

#C775BE (or 0xC775BE) is unknown color: approx Orchid. HEX triplet: C7, 75 and BE. RGB value is (199,117,190). Sum of RGB (Red+Green+Blue) = 199+117+190=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C775BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775BE is #388A41. Grayscale: #959595. Windows color (decimal): -3705410 or 12481991. OLE color: 12481991.

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

Color convert

RGB199117190-
CMYK00.410.050.22
HSL306.59º42.27%61.96%-
HSV(B)306.59º41.21%78.04%-
XYZ39.2128.5852.17-
YUV149.84150.67163.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.33%
GREEN value IS 117 (46.09% from 255) = 23.12%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=39.33%
G=23.12%
B=37.55%

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
Decimal19911719000.410.050.22306.5942.2761.96
HexC775BE0295161332a3e
Octal3071652760515264635276
Binary11000111111010110111110010100110110110100110011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c775be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c775be; }

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

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

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

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

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

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

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

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