#C278CA

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

Shades of Orchid #C278CA

Tints of Orchid #C278CA

Color information

#C278CA (or 0xC278CA) is unknown color: approx Orchid. HEX triplet: C2, 78 and CA. RGB value is (194,120,202). Sum of RGB (Red+Green+Blue) = 194+120+202=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #C278CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C278CA is #3D8735. Grayscale: #979797. Windows color (decimal): -4032310 or 13269186. OLE color: 13269186.

HSL color Cylindrical-coordinate representation of color #C278CA: hue angle of 294.15º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C278CA is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194120202-
CMYK0.040.4100.21
HSL294.15º43.62%63.14%-
HSV(B)294.15º40.59%79.22%-
XYZ39.6329.1759.42-
YUV151.47156.52158.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 120 (47.27% from 255) = 23.26%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=37.60%
G=23.26%
B=39.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941202020.040.4100.21294.1543.6263.14
HexC278CA4290151262c3f
Octal3021703124510254465477
Binary11000010111100011001010100101001010101100100110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C278CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C278CA; }

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

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

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

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

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

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

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

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