#C276CC

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

Shades of Orchid #C276CC

Tints of Orchid #C276CC

Color information

#C276CC (or 0xC276CC) is unknown color: approx Orchid. HEX triplet: C2, 76 and CC. RGB value is (194,118,204). Sum of RGB (Red+Green+Blue) = 194+118+204=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #C276CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276CC is #3D8933. Grayscale: #969696. Windows color (decimal): -4032820 or 13399746. OLE color: 13399746.

HSL color Cylindrical-coordinate representation of color #C276CC: hue angle of 293.02º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C276CC is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB194118204-
CMYK0.050.4200.2
HSL293.02º45.74%63.14%-
HSV(B)293.02º42.16%80%-
XYZ39.6328.7960.59-
YUV150.53158.18159.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 118 (46.48% from 255) = 22.87%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=37.60%
G=22.87%
B=39.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941182040.050.4200.2293.0245.7463.14
HexC276CC52A0141252e3f
Octal3021663145520244455677
Binary11000010111011011001100101101010010100100100101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C276CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C276CC; }

 p { color: rgb(194,118,204); }

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

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

 a { background-color: rgb(194,118,204); }

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

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

 span { border-color: rgb(194,118,204); }

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