#C276C0

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

Shades of Orchid #C276C0

Tints of Orchid #C276C0

Color information

#C276C0 (or 0xC276C0) is unknown color: approx Orchid. HEX triplet: C2, 76 and C0. RGB value is (194,118,192). Sum of RGB (Red+Green+Blue) = 194+118+192=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C276C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276C0 is #3D893F. Grayscale: #949494. Windows color (decimal): -4032832 or 12613314. OLE color: 12613314.

HSL color Cylindrical-coordinate representation of color #C276C0: hue angle of 301.58º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C276C0 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB194118192-
CMYK00.390.010.24
HSL301.58º38.38%61.18%-
HSV(B)301.58º39.18%76.08%-
XYZ38.2428.2353.3-
YUV149.16152.18159.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.49%
GREEN value IS 118 (46.48% from 255) = 23.41%
BLUE value IS 192 (75.39% from 255) = 38.10%
R=38.49%
G=23.41%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411819200.390.010.24301.5838.3861.18
HexC276C002711812e263d
Octal3021663000471304564675
Binary110000101110110110000000100111111000100101110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C276C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C276C0; }

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

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

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

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

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

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

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

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