#C378BC

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

Shades of Orchid #C378BC

Tints of Orchid #C378BC

Color information

#C378BC (or 0xC378BC) is unknown color: approx Orchid. HEX triplet: C3, 78 and BC. RGB value is (195,120,188). Sum of RGB (Red+Green+Blue) = 195+120+188=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C378BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378BC is #3C8743. Grayscale: #959595. Windows color (decimal): -3966788 or 12351683. OLE color: 12351683.

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

Color convert

RGB195120188-
CMYK00.380.040.24
HSL305.6º38.46%61.76%-
HSV(B)305.6º38.46%76.47%-
XYZ38.328.6751.09-
YUV150.18149.35159.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.77%
GREEN value IS 120 (47.27% from 255) = 23.86%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=38.77%
G=23.86%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512018800.380.040.24305.638.4661.76
HexC378BC026418132263e
Octal3031702740464304624676
Binary11000011111100010111100010011010011000100110010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C378BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C378BC; }

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

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

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

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

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

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

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

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