Html Css Color HEX #C77AC5 Orchid

📋 copy color: '#C77AC5'

red 199 ◦ green 122 ◦ blue 197

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

Shades of Orchid #C77AC5

Tints of Orchid #C77AC5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.55%

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

R = 38.42%
G = 23.55%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C77AC5 (or 0xC77AC5) is known color: Orchid. HEX triplet: C7, 7A and C5. RGB value is (199,122,197). Sum of RGB (Red+Green+Blue) = 199+122+197=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 199 - color contains mainly: red. Hex color #C77AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77AC5 is #38853A. Grayscale: #999999. Windows color (decimal): -3704123 or 12942023. OLE color: 12942023.

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

Color convert

RGB 199 122 197 -
CMYK 0 0.39 0.01 0.22
HSL 301.56º 0.41% 0.63% -
HSV(B) 301.56º 0.39% 0.78% -
XYZ 40.59 30.09 56.49 -
YUV 153.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 199 122 197 0 0.39 0.01 0.22 301.56 0.41 0.63
Hex C7 7A C5 0 27 1 16 12E 29 3F
Octal 307 172 305 0 47 1 26 456 51 77
Binary 11000111 1111010 11000101 0 100111 1 10110 100101110 101001 111111

Color Harmonies of #C77AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77AC5

Black with #C77AC5

Text Example


Text Example

White with #C77AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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