#C77BD1

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

Shades of Orchid #C77BD1

Tints of Orchid #C77BD1

Color information

#C77BD1 (or 0xC77BD1) is unknown color: approx Orchid. HEX triplet: C7, 7B and D1. RGB value is (199,123,209). Sum of RGB (Red+Green+Blue) = 199+123+209=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #C77BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BD1 is #38842E. Grayscale: #9B9B9B. Windows color (decimal): -3703855 or 13728711. OLE color: 13728711.

HSL color Cylindrical-coordinate representation of color #C77BD1: hue angle of 293.02º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C77BD1 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB199123209-
CMYK0.050.4100.18
HSL293.02º48.31%65.1%-
HSV(B)293.02º41.15%81.96%-
XYZ42.1430.9164.07-
YUV155.53158.18159.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.48%
GREEN value IS 123 (48.44% from 255) = 23.16%
BLUE value IS 209 (82.03% from 255) = 39.36%
R=37.48%
G=23.16%
B=39.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1991232090.050.4100.18293.0248.3165.1
HexC77BD15290121253041
Octal30717332155102244560101
Binary110001111111011110100011011010010100101001001011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77BD1; }

 p { color: rgb(199,123,209); }

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

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

 a { background-color: rgb(199,123,209); }

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

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

 span { border-color: rgb(199,123,209); }

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