#C378D7

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

Shades of Orchid #C378D7

Tints of Orchid #C378D7

Color information

#C378D7 (or 0xC378D7) is unknown color: approx Orchid. HEX triplet: C3, 78 and D7. RGB value is (195,120,215). Sum of RGB (Red+Green+Blue) = 195+120+215=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #C378D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378D7 is #3C8728. Grayscale: #989898. Windows color (decimal): -3966761 or 14121155. OLE color: 14121155.

HSL color Cylindrical-coordinate representation of color #C378D7: hue angle of 287.37º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C378D7 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195120215-
CMYK0.090.4400.16
HSL287.37º54.29%65.69%-
HSV(B)287.37º44.19%84.31%-
XYZ41.4929.9467.88-
YUV153.26162.85157.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.79%
GREEN value IS 120 (47.27% from 255) = 22.64%
BLUE value IS 215 (84.38% from 255) = 40.57%
R=36.79%
G=22.64%
B=40.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951202150.090.4400.16287.3754.2965.69
HexC378D792C01011f3642
Octal303170327115402043766102
Binary1100001111110001101011110011011000100001000111111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C378D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C378D7; }

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

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

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

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

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

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

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

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