Html Css Color HEX #C77AD5 Orchid

📋 copy color: '#C77AD5'

red 199 ◦ green 122 ◦ blue 213

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

Shades of Orchid #C77AD5

Tints of Orchid #C77AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.89%

R = 37.27%
G = 22.85%
B = 39.89%

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

#C77AD5 (or 0xC77AD5) is known color: Orchid. HEX triplet: C7, 7A and D5. RGB value is (199,122,213). Sum of RGB (Red+Green+Blue) = 199+122+213=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #C77AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77AD5 is #38852A. Grayscale: #9B9B9B. Windows color (decimal): -3704107 or 13990599. OLE color: 13990599.

HSL color Cylindrical-coordinate representation of color #C77AD5: hue angle of 290.77º degrees, saturation: 0.52, 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 #C77AD5 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 122 213 -
CMYK 0.07 0.43 0 0.16
HSL 290.77º 0.52% 0.66% -
HSV(B) 290.77º 0.43% 0.84% -
XYZ 42.52 30.87 66.67 -
YUV 155.4 160.51 159.1 -
System Red Green Blue C M Y K H S L
Decimal 199 122 213 0.07 0.43 0 0.16 290.77 0.52 0.66
Hex C7 7A D5 7 2B 0 10 123 34 42
Octal 307 172 325 7 53 0 20 443 64 102
Binary 11000111 1111010 11010101 111 101011 0 10000 100100011 110100 1000010

Color Harmonies of #C77AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77AD5

Black with #C77AD5

Text Example


Text Example

White with #C77AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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