Html Css Color HEX #C76FC6 Orchid

📋 copy color: '#C76FC6'

red 199 ◦ green 111 ◦ blue 198

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

Shades of Orchid #C76FC6

Tints of Orchid #C76FC6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.85%

 BLUE value IS 198 (77.73% from 255) = 38.98%

R = 39.17%
G = 21.85%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C76FC6 (or 0xC76FC6) is known color: Orchid. HEX triplet: C7, 6F and C6. RGB value is (199,111,198). Sum of RGB (Red+Green+Blue) = 199+111+198=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FC6 is #389039. Grayscale: #929292. Windows color (decimal): -3706938 or 13004743. OLE color: 13004743.

HSL color Cylindrical-coordinate representation of color #C76FC6: hue angle of 300.68º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C76FC6 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 111 198 -
CMYK 0 0.44 0.01 0.22
HSL 300.68º 0.44% 0.61% -
HSV(B) 300.68º 0.44% 0.78% -
XYZ 39.43 27.59 56.67 -
YUV 147.23 156.65 164.93 -
System Red Green Blue C M Y K H S L
Decimal 199 111 198 0 0.44 0.01 0.22 300.68 0.44 0.61
Hex C7 6F C6 0 2C 1 16 12D 2C 3D
Octal 307 157 306 0 54 1 26 455 54 75
Binary 11000111 1101111 11000110 0 101100 1 10110 100101101 101100 111101

Color Harmonies of #C76FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76FC6

Black with #C76FC6

Text Example


Text Example

White with #C76FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76FC6; }

 p { color: rgb(199,111,198); }

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

background-color css

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

 a { background-color: rgb(199,111,198); }

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

border-color css

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

 span { border-color: rgb(199,111,198); }

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