Html Css Color HEX #C77AD8 Orchid

📋 copy color: '#C77AD8'

red 199 ◦ green 122 ◦ blue 216

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

Shades of Orchid #C77AD8

Tints of Orchid #C77AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.22%

R = 37.06%
G = 22.72%
B = 40.22%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C77AD8 (or 0xC77AD8) is known color: Orchid. HEX triplet: C7, 7A and D8. RGB value is (199,122,216). Sum of RGB (Red+Green+Blue) = 199+122+216=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 216 - color contains mainly: blue. Hex color #C77AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77AD8 is #388527. Grayscale: #9B9B9B. Windows color (decimal): -3704104 or 14187207. OLE color: 14187207.

HSL color Cylindrical-coordinate representation of color #C77AD8: hue angle of 289.15º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C77AD8 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 122 216 -
CMYK 0.08 0.44 0 0.15
HSL 289.15º 0.55% 0.66% -
HSV(B) 289.15º 0.44% 0.85% -
XYZ 42.91 31.02 68.69 -
YUV 155.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 199 122 216 0.08 0.44 0 0.15 289.15 0.55 0.66
Hex C7 7A D8 8 2C 0 F 121 37 42
Octal 307 172 330 10 54 0 17 441 67 102
Binary 11000111 1111010 11011000 1000 101100 0 1111 100100001 110111 1000010

Color Harmonies of #C77AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77AD8

Black with #C77AD8

Text Example


Text Example

White with #C77AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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