#C378BA

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

Shades of Orchid #C378BA

Tints of Orchid #C378BA

Color information

#C378BA (or 0xC378BA) is unknown color: approx Orchid. HEX triplet: C3, 78 and BA. RGB value is (195,120,186). Sum of RGB (Red+Green+Blue) = 195+120+186=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C378BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378BA is #3C8745. Grayscale: #959595. Windows color (decimal): -3966790 or 12220611. OLE color: 12220611.

HSL color Cylindrical-coordinate representation of color #C378BA: hue angle of 307.2º 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 #C378BA is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB195120186-
CMYK00.380.050.24
HSL307.2º38.46%61.76%-
HSV(B)307.2º38.46%76.47%-
XYZ38.0928.5849.96-
YUV149.95148.35160.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 120 (47.27% from 255) = 23.95%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=38.92%
G=23.95%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512018600.380.050.24307.238.4661.76
HexC378BA026518133263e
Octal3031702720465304634676
Binary11000011111100010111010010011010111000100110011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C378BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C378BA; }

 p { color: rgb(195,120,186); }

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

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

 a { background-color: rgb(195,120,186); }

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

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

 span { border-color: rgb(195,120,186); }

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