Html Css Color HEX #C77AC1 Orchid

📋 copy color: '#C77AC1'

red 199 ◦ green 122 ◦ blue 193

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

Shades of Orchid #C77AC1

Tints of Orchid #C77AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.55%

R = 38.72%
G = 23.74%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C77AC1 (or 0xC77AC1) is known color: Orchid. HEX triplet: C7, 7A and C1. RGB value is (199,122,193). Sum of RGB (Red+Green+Blue) = 199+122+193=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 199 - color contains mainly: red. Hex color #C77AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77AC1 is #38853E. Grayscale: #989898. Windows color (decimal): -3704127 or 12679879. OLE color: 12679879.

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

Color convert

RGB 199 122 193 -
CMYK 0 0.39 0.03 0.22
HSL 304.68º 0.41% 0.63% -
HSV(B) 304.68º 0.39% 0.78% -
XYZ 40.14 29.91 54.11 -
YUV 153.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 199 122 193 0 0.39 0.03 0.22 304.68 0.41 0.63
Hex C7 7A C1 0 27 3 16 131 29 3F
Octal 307 172 301 0 47 3 26 461 51 77
Binary 11000111 1111010 11000001 0 100111 11 10110 100110001 101001 111111

Color Harmonies of #C77AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77AC1

Black with #C77AC1

Text Example


Text Example

White with #C77AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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