Html Css Color HEX #C76AD5 Orchid

📋 copy color: '#C76AD5'

red 199 ◦ green 106 ◦ blue 213

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

Shades of Orchid #C76AD5

Tints of Orchid #C76AD5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.46%

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

R = 38.42%
G = 20.46%
B = 41.12%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C76AD5 (or 0xC76AD5) is known color: Orchid. HEX triplet: C7, 6A and D5. RGB value is (199,106,213). Sum of RGB (Red+Green+Blue) = 199+106+213=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #C76AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76AD5 is #38952A. Grayscale: #919191. Windows color (decimal): -3708203 or 13986503. OLE color: 13986503.

HSL color Cylindrical-coordinate representation of color #C76AD5: hue angle of 292.15º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76AD5 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 106 213 -
CMYK 0.07 0.50 0 0.16
HSL 292.15º 0.56% 0.63% -
HSV(B) 292.15º 0.5% 0.84% -
XYZ 40.72 27.25 66.07 -
YUV 146.01 165.81 165.8 -
System Red Green Blue C M Y K H S L
Decimal 199 106 213 0.07 0.50 0 0.16 292.15 0.56 0.63
Hex C7 6A D5 7 32 0 10 124 38 3F
Octal 307 152 325 7 62 0 20 444 70 77
Binary 11000111 1101010 11010101 111 110010 0 10000 100100100 111000 111111

Color Harmonies of #C76AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76AD5

Black with #C76AD5

Text Example


Text Example

White with #C76AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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