#C378BD

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

Shades of Orchid #C378BD

Tints of Orchid #C378BD

Color information

#C378BD (or 0xC378BD) is unknown color: approx Orchid. HEX triplet: C3, 78 and BD. RGB value is (195,120,189). Sum of RGB (Red+Green+Blue) = 195+120+189=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C378BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378BD is #3C8742. Grayscale: #969696. Windows color (decimal): -3966787 or 12417219. OLE color: 12417219.

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

Color convert

RGB195120189-
CMYK00.380.030.24
HSL304.8º38.46%61.76%-
HSV(B)304.8º38.46%76.47%-
XYZ38.4128.7151.66-
YUV150.29149.85159.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 120 (47.27% from 255) = 23.81%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=38.69%
G=23.81%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512018900.380.030.24304.838.4661.76
HexC378BD026318131263e
Octal3031702750463304614676
Binary1100001111110001011110101001101111000100110001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C378BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C378BD; }

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

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

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

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

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

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

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

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