Html Css Color HEX #C77CC5 Orchid

📋 copy color: '#C77CC5'

red 199 ◦ green 124 ◦ blue 197

#C77CC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #C77CC5

Tints of Orchid #C77CC5

RGB

 RED value IS 199 (78.13% from 255) = 38.27%

 GREEN value IS 124 (48.83% from 255) = 23.85%

 BLUE value IS 197 (77.34% from 255) = 37.88%

R = 38.27%
G = 23.85%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C77CC5 (or 0xC77CC5) is known color: Orchid. HEX triplet: C7, 7C and C5. RGB value is (199,124,197). Sum of RGB (Red+Green+Blue) = 199+124+197=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CC5 is #38833A. Grayscale: #9A9A9A. Windows color (decimal): -3703611 or 12942535. OLE color: 12942535.

HSL color Cylindrical-coordinate representation of color #C77CC5: hue angle of 301.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77CC5 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 124 197 -
CMYK 0 0.38 0.01 0.22
HSL 301.6º 0.4% 0.63% -
HSV(B) 301.6º 0.38% 0.78% -
XYZ 40.84 30.59 56.58 -
YUV 154.75 151.85 159.56 -
System Red Green Blue C M Y K H S L
Decimal 199 124 197 0 0.38 0.01 0.22 301.6 0.4 0.63
Hex C7 7C C5 0 26 1 16 12E 28 3F
Octal 307 174 305 0 46 1 26 456 50 77
Binary 11000111 1111100 11000101 0 100110 1 10110 100101110 101000 111111

Color Harmonies of #C77CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77CC5

Black with #C77CC5

Text Example


Text Example

White with #C77CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77CC5; }

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

 H1.HeaderClassName
 {
   color: #C77CC5;
 }
 .AnyTagClassName
 {
   color: #C77CC5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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