#C37DBE

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

Shades of Orchid #C37DBE

Tints of Orchid #C37DBE

Color information

#C37DBE (or 0xC37DBE) is unknown color: approx Orchid. HEX triplet: C3, 7D and BE. RGB value is (195,125,190). Sum of RGB (Red+Green+Blue) = 195+125+190=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C37DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37DBE is #3C8241. Grayscale: #999999. Windows color (decimal): -3965506 or 12484035. OLE color: 12484035.

HSL color Cylindrical-coordinate representation of color #C37DBE: hue angle of 304.29º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37DBE is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195125190-
CMYK00.360.030.24
HSL304.29º36.84%62.75%-
HSV(B)304.29º35.9%76.47%-
XYZ39.1329.9952.44-
YUV153.34148.69157.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 125 (49.22% from 255) = 24.51%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=38.24%
G=24.51%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512519000.360.030.24304.2936.8462.75
HexC37DBE024318130253f
Octal3031752760443304604577
Binary1100001111111011011111001001001111000100110000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37DBE; }

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

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

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

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

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

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

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

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