#C76FC4

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

Shades of Orchid #C76FC4

Tints of Orchid #C76FC4

Color information

#C76FC4 (or 0xC76FC4) is unknown color: approx Orchid. HEX triplet: C7, 6F and C4. RGB value is (199,111,196). Sum of RGB (Red+Green+Blue) = 199+111+196=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FC4 is #38903B. Grayscale: #929292. Windows color (decimal): -3706940 or 12873671. OLE color: 12873671.

HSL color Cylindrical-coordinate representation of color #C76FC4: hue angle of 302.05º 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 #C76FC4 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB199111196-
CMYK00.440.020.22
HSL302.05º44%60.78%-
HSV(B)302.05º44.22%78.04%-
XYZ39.227.555.47-
YUV147155.65165.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.33%
GREEN value IS 111 (43.75% from 255) = 21.94%
BLUE value IS 196 (76.95% from 255) = 38.74%
R=39.33%
G=21.94%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911119600.440.020.22302.054460.78
HexC76FC402C21612e2c3d
Octal3071573040542264565475
Binary1100011111011111100010001011001010110100101110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76FC4; }

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

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

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

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

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

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

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

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