#C378C9

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

Shades of Orchid #C378C9

Tints of Orchid #C378C9

Color information

#C378C9 (or 0xC378C9) is unknown color: approx Orchid. HEX triplet: C3, 78 and C9. RGB value is (195,120,201). Sum of RGB (Red+Green+Blue) = 195+120+201=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 201 - color contains mainly: blue. Hex color #C378C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378C9 is #3C8736. Grayscale: #979797. Windows color (decimal): -3966775 or 13203651. OLE color: 13203651.

HSL color Cylindrical-coordinate representation of color #C378C9: hue angle of 295.56º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C378C9 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB195120201-
CMYK0.030.4000.21
HSL295.56º42.86%62.94%-
HSV(B)295.56º40.3%78.82%-
XYZ39.7629.2558.81-
YUV151.66155.85158.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 120 (47.27% from 255) = 23.26%
BLUE value IS 201 (78.91% from 255) = 38.95%
R=37.79%
G=23.26%
B=38.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951202010.030.4000.21295.5642.8662.94
HexC378C93280151282b3f
Octal3031703113500254505377
Binary1100001111110001100100111101000010101100101000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C378C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C378C9; }

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

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

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

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

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

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

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

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