#C76CCA

Color #C76CCA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C76CCA

Tints of Orchid #C76CCA

Color information

#C76CCA (or 0xC76CCA) is unknown color: approx Orchid. HEX triplet: C7, 6C and CA. RGB value is (199,108,202). Sum of RGB (Red+Green+Blue) = 199+108+202=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #C76CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CCA is #389335. Grayscale: #919191. Windows color (decimal): -3707702 or 13266119. OLE color: 13266119.

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

Color convert

RGB199108202-
CMYK0.010.4700.21
HSL298.09º47%60.78%-
HSV(B)298.09º46.53%79.22%-
XYZ39.5827.1359.03-
YUV145.92159.65165.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.10%
GREEN value IS 108 (42.58% from 255) = 21.22%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=39.10%
G=21.22%
B=39.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1991082020.010.4700.21298.094760.78
HexC76CCA12F01512a2f3d
Octal3071543121570254525775
Binary110001111101100110010101101111010101100101010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76CCA; }

 p { color: rgb(199,108,202); }

 H1.HeaderClassName
 {
   color: #C76CCA;
 }
 .AnyTagClassName
 {
   color: #C76CCA;
 }
</style>
background-color css

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

 a { background-color: rgb(199,108,202); }

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

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

 span { border-color: rgb(199,108,202); }

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