Html Css Color HEX #C76ACE Orchid

📋 copy color: '#C76ACE'

red 199 ◦ green 106 ◦ blue 206

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

Shades of Orchid #C76ACE

Tints of Orchid #C76ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.31%

R = 38.94%
G = 20.74%
B = 40.31%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C76ACE (or 0xC76ACE) is known color: Orchid. HEX triplet: C7, 6A and CE. RGB value is (199,106,206). Sum of RGB (Red+Green+Blue) = 199+106+206=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #C76ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ACE is #389531. Grayscale: #909090. Windows color (decimal): -3708210 or 13527751. OLE color: 13527751.

HSL color Cylindrical-coordinate representation of color #C76ACE: hue angle of 295.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76ACE is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 106 206 -
CMYK 0.03 0.49 0 0.19
HSL 295.8º 0.51% 0.61% -
HSV(B) 295.8º 0.49% 0.81% -
XYZ 39.85 26.91 61.49 -
YUV 145.21 162.31 166.37 -
System Red Green Blue C M Y K H S L
Decimal 199 106 206 0.03 0.49 0 0.19 295.8 0.51 0.61
Hex C7 6A CE 3 31 0 13 128 33 3D
Octal 307 152 316 3 61 0 23 450 63 75
Binary 11000111 1101010 11001110 11 110001 0 10011 100101000 110011 111101

Color Harmonies of #C76ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76ACE

Black with #C76ACE

Text Example


Text Example

White with #C76ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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