#C278BE

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

Shades of Orchid #C278BE

Tints of Orchid #C278BE

Color information

#C278BE (or 0xC278BE) is unknown color: approx Orchid. HEX triplet: C2, 78 and BE. RGB value is (194,120,190). Sum of RGB (Red+Green+Blue) = 194+120+190=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C278BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C278BE is #3D8741. Grayscale: #959595. Windows color (decimal): -4032322 or 12482754. OLE color: 12482754.

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

Color convert

RGB194120190-
CMYK00.380.020.24
HSL303.24º37.76%61.57%-
HSV(B)303.24º38.14%76.08%-
XYZ38.2628.6252.22-
YUV150.11150.52159.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.49%
GREEN value IS 120 (47.27% from 255) = 23.81%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=38.49%
G=23.81%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412019000.380.020.24303.2437.7661.57
HexC278BE02621812f263e
Octal3021702760462304574676
Binary1100001011110001011111001001101011000100101111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C278BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C278BE; }

 p { color: rgb(194,120,190); }

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

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

 a { background-color: rgb(194,120,190); }

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

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

 span { border-color: rgb(194,120,190); }

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