Html Css Color HEX #C77AD6 Orchid

📋 copy color: '#C77AD6'

red 199 ◦ green 122 ◦ blue 214

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

Shades of Orchid #C77AD6

Tints of Orchid #C77AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40%

R = 37.2%
G = 22.8%
B = 40%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C77AD6 (or 0xC77AD6) is known color: Orchid. HEX triplet: C7, 7A and D6. RGB value is (199,122,214). Sum of RGB (Red+Green+Blue) = 199+122+214=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 214 - color contains mainly: blue. Hex color #C77AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77AD6 is #388529. Grayscale: #9B9B9B. Windows color (decimal): -3704106 or 14056135. OLE color: 14056135.

HSL color Cylindrical-coordinate representation of color #C77AD6: hue angle of 290.22º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C77AD6 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 122 214 -
CMYK 0.07 0.43 0 0.16
HSL 290.22º 0.53% 0.66% -
HSV(B) 290.22º 0.43% 0.84% -
XYZ 42.65 30.92 67.34 -
YUV 155.51 161.01 159.02 -
System Red Green Blue C M Y K H S L
Decimal 199 122 214 0.07 0.43 0 0.16 290.22 0.53 0.66
Hex C7 7A D6 7 2B 0 10 122 35 42
Octal 307 172 326 7 53 0 20 442 65 102
Binary 11000111 1111010 11010110 111 101011 0 10000 100100010 110101 1000010

Color Harmonies of #C77AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77AD6

Black with #C77AD6

Text Example


Text Example

White with #C77AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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