#C77CCD

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

Shades of Orchid #C77CCD

Tints of Orchid #C77CCD

Color information

#C77CCD (or 0xC77CCD) is unknown color: approx Orchid. HEX triplet: C7, 7C and CD. RGB value is (199,124,205). Sum of RGB (Red+Green+Blue) = 199+124+205=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #C77CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CCD is #388332. Grayscale: #9B9B9B. Windows color (decimal): -3703603 or 13466823. OLE color: 13466823.

HSL color Cylindrical-coordinate representation of color #C77CCD: hue angle of 295.56º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C77CCD is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199124205-
CMYK0.030.4000.20
HSL295.56º44.75%64.51%-
HSV(B)295.56º39.51%80.39%-
XYZ41.7830.9761.53-
YUV155.66155.85158.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.69%
GREEN value IS 124 (48.83% from 255) = 23.48%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=37.69%
G=23.48%
B=38.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991242050.030.4000.20295.5644.7564.51
HexC77CCD3280141282d41
Octal30717431535002445055101
Binary11000111111110011001101111010000101001001010001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77CCD; }

 p { color: rgb(199,124,205); }

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

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

 a { background-color: rgb(199,124,205); }

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

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

 span { border-color: rgb(199,124,205); }

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