#C378BE

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

Shades of Orchid #C378BE

Tints of Orchid #C378BE

Color information

#C378BE (or 0xC378BE) is unknown color: approx Orchid. HEX triplet: C3, 78 and BE. RGB value is (195,120,190). Sum of RGB (Red+Green+Blue) = 195+120+190=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C378BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378BE is #3C8741. Grayscale: #969696. Windows color (decimal): -3966786 or 12482755. OLE color: 12482755.

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

Color convert

RGB195120190-
CMYK00.380.030.24
HSL304º38.46%61.76%-
HSV(B)304º38.46%76.47%-
XYZ38.5228.7552.23-
YUV150.4150.35159.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.61%
GREEN value IS 120 (47.27% from 255) = 23.76%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=38.61%
G=23.76%
B=37.62%

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
Decimal19512019000.380.030.2430438.4661.76
HexC378BE026318130263e
Octal3031702760463304604676
Binary1100001111110001011111001001101111000100110000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C378BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C378BE; }

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

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

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

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

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

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

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

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